* Fixes to my build system.

This commit is contained in:
joey
1999-12-01 22:20:33 +00:00
parent dafcd16174
commit c9eb52b471
2 changed files with 8 additions and 2 deletions

View File

@@ -40,11 +40,11 @@ rpm: version
install -d /home/joey/src/redhat/RPMS/noarch install -d /home/joey/src/redhat/RPMS/noarch
ln -sf /home/ftp/pub/code/debian/alien_$(VER).tar.gz \ ln -sf /home/ftp/pub/code/debian/alien_$(VER).tar.gz \
/home/joey/src/redhat/SOURCES/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 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/SRPMS/* /home/ftp/pub/code/SRPMS
mv /home/joey/src/redhat/RPMS/noarch/* /home/ftp/pub/code/RPMS/noarch 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/BUILD \
/home/joey/src/redhat/SRPMS \ /home/joey/src/redhat/SRPMS \
/home/joey/src/redhat/RPMS/ /home/joey/src/redhat/RPMS/

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (6.51) unstable; urgency=low
* Fixes to my build system.
-- Joey Hess <joeyh@debian.org> Wed, 1 Dec 1999 14:19:52 -0800
alien (6.50) unstable; urgency=low alien (6.50) unstable; urgency=low
* Fixed problem with relocatable packages, and probably several other * Fixed problem with relocatable packages, and probably several other