summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-07-01 17:04:20 -0300
committerPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-07-01 17:04:20 -0300
commita152508ea1fb37b441caffa91480ab818f4b4618 (patch)
tree120692a297ea1586d4fac52958d031fb944ff8f1
parent946ed06c9332efe7fa0bdae5714dad4ec1435135 (diff)
Fix Makefile for distro/ubuntu-8.04
"make" should not stop when packages are not signed
-rw-r--r--distro/ubuntu-8.04/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/ubuntu-8.04/Makefile b/distro/ubuntu-8.04/Makefile
index 980a7a3..b1f094a 100644
--- a/distro/ubuntu-8.04/Makefile
+++ b/distro/ubuntu-8.04/Makefile
@@ -11,13 +11,13 @@ xephyr:
apt-get source ${XEPHYR_PACKAGE_NAME}
cd ${XEPHYR_SOURCE_DIR} ; \
patch -p1 < ../${XEPHYR_PATCH_FILE} ; \
- fakeroot dpkg-buildpackage ;
+ fakeroot dpkg-buildpackage -us -uc ;
libx11:
apt-get source ${LIBX11_PACKAGE_NAME}
cd ${LIBX11_SOURCE_DIR} ; \
patch -p1 < ../${LIBX11_PATCH_FILE} ; \
- fakeroot dpkg-buildpackage ;
+ fakeroot dpkg-buildpackage -us -uc ;
clean:
rm -f *.deb