From c9eb52b471d3869e7ee9a4a71c905c032ff4bf33 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 1 Dec 1999 22:20:33 +0000 Subject: [PATCH] * Fixes to my build system. --- Makefile | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d29ab9..c8819c3 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,11 @@ rpm: version install -d /home/joey/src/redhat/RPMS/noarch ln -sf /home/ftp/pub/code/debian/alien_$(VER).tar.gz \ /home/joey/src/redhat/SOURCES/alien_$(VER).tar.gz - sudo rpm -ba -v alien.spec --target noarch + fakeroot rpm -ba -v alien.spec --target noarch rm -f /home/joey/src/redhat/SOURCES/alien_$(VER).tar.gz mv /home/joey/src/redhat/SRPMS/* /home/ftp/pub/code/SRPMS mv /home/joey/src/redhat/RPMS/noarch/* /home/ftp/pub/code/RPMS/noarch - sudo rm -rf /home/joey/src/redhat/SOURCES \ + fakroot rm -rf /home/joey/src/redhat/SOURCES \ /home/joey/src/redhat/BUILD \ /home/joey/src/redhat/SRPMS \ /home/joey/src/redhat/RPMS/ diff --git a/debian/changelog b/debian/changelog index b3d51bb..e697db1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alien (6.51) unstable; urgency=low + + * Fixes to my build system. + + -- Joey Hess Wed, 1 Dec 1999 14:19:52 -0800 + alien (6.50) unstable; urgency=low * Fixed problem with relocatable packages, and probably several other