build debian packages should work now
This commit is contained in:
@@ -19,10 +19,14 @@ ${ANDROID_SRC}:
|
||||
( cp -r "@srcdir@/$${file}" "$${file}" && \
|
||||
chmod -R u+w "$${file}" ); \
|
||||
done
|
||||
cordova build --debug
|
||||
if [ "$$(whoami)" != "root" ]; then \
|
||||
cordova build --debug; \
|
||||
fi
|
||||
|
||||
${ANDROID}: ${ANDROID_SRC}
|
||||
mv $< $@
|
||||
if [ "$$(whoami)" != "root" ]; then \
|
||||
mv $< $@; \
|
||||
fi
|
||||
|
||||
clean-local:
|
||||
platforms/android/cordova/clean
|
||||
|
Reference in New Issue
Block a user