mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-04 05:35:07 +00:00
make-deb: use the default config for EfikaMX if there isn't one already
This commit is contained in:
@@ -9,5 +9,9 @@ if [ "x${target}" == "x" ]; then
|
||||
fi
|
||||
|
||||
packagedate=$(date +%Y.%m)
|
||||
if [ ! -e .config ]; then
|
||||
./config.sh
|
||||
fi
|
||||
|
||||
make-kpkg --uc --us --initrd --cross-compile ${toolchain} --subarch efikamx --jobs=${numjobs} --rootcmd=fakeroot --arch armel --revision ${packagedate} ${target}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user