mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-19 10:00:25 +00:00
Add script to build lenovo deb files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cd $(dirname $0)
|
||||
GITUP=0 GPGSIGN=0 ./build-ubunturepo -c
|
||||
mkdir tmplenovobuild
|
||||
cd tmplenovobuild
|
||||
tar xf /sources/core-debs-snap.tar.bz2
|
||||
find . -type f -name *.deb -exec cp {} /prebuilt/ \;
|
||||
Reference in New Issue
Block a user