diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-03 12:32:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-03 12:32:53 +0000 |
commit | 874f08a1316d73d6f09f0ca2df235dac495a387b (patch) | |
tree | 04b7d9263f63437f879dede82bfdd29ae6db4414 /perl-install/Makefile | |
parent | 3635161f628098787b71456e735c9ad87578930f (diff) | |
download | drakx-backup-do-not-use-874f08a1316d73d6f09f0ca2df235dac495a387b.tar drakx-backup-do-not-use-874f08a1316d73d6f09f0ca2df235dac495a387b.tar.gz drakx-backup-do-not-use-874f08a1316d73d6f09f0ca2df235dac495a387b.tar.bz2 drakx-backup-do-not-use-874f08a1316d73d6f09f0ca2df235dac495a387b.tar.xz drakx-backup-do-not-use-874f08a1316d73d6f09f0ca2df235dac495a387b.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index eb0a1d48f..dde389a4f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -68,7 +68,7 @@ gendepslist: %: %.cc $(CXX) -I/usr/include/rpm $(CFLAGS) $< -lrpm -ldb1 -lz -o $@ depslist: gendepslist - ./gendepslist $(ROOTDEST)/Mandrake/base/depslist /tmp/rhimage/Mandrake/RPMS/*.rpm + ./gendepslist $(ROOTDEST)/Mandrake/base/depslist $(ROOTDEST)/Mandrake/RPMS/*.rpm install_pms: all for i in `perl -ne 's/sub (\w+?)_? {.*/$$1/ and print' commands.pm`; do ln -sf commands $(DEST)/usr/bin/$$i; done |