make-deb: use the default config for EfikaMX if there isn't one already

This commit is contained in:
Matt Sealey
2011-12-02 18:42:42 -06:00
parent 3884134c16
commit 47980f1946

View File

@@ -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}