Update packaging (remove unused generated debian files)
This commit is contained in:
parent
b7f8729519
commit
5acb85eb42
|
@ -41,7 +41,7 @@ mv debian/Makefile .
|
||||||
[ "${ARCH}" == "i686" ] && ARCH="i386"
|
[ "${ARCH}" == "i686" ] && ARCH="i386"
|
||||||
debuild -us -uc -b -i -a${ARCH} || (cd - ; exit 1)
|
debuild -us -uc -b -i -a${ARCH} || (cd - ; exit 1)
|
||||||
cd -
|
cd -
|
||||||
rm -rf "$DEB_DIR"
|
rm -rf "$DEB_DIR" "$DEB_FILE".changes "$DEB_FILE".build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$DEB_FILE" ] ; then
|
if [ -z "$DEB_FILE" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user