diff options
author | damien <damien@mandriva.com> | 2001-02-05 13:44:28 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-05 13:44:28 +0000 |
commit | ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802 (patch) | |
tree | 5f915aa69929e37243f79cc317925086371ec19c /perl-install/Makefile.drakxtools | |
parent | 0b37d9643397c1f8cebb7051729ad2380680a81d (diff) | |
download | drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.gz drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.bz2 drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.tar.xz drakx-ba41f46d4dea9138f5c6c26b43d13eb3dc5bf802.zip |
added wizard.rc handling in Makfiles.
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 6e443ed38..5686ba9b5 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -29,6 +29,7 @@ install: for i in *.pm ; do perl -pe '$$_ = "\n" if /\s*use\s+(diagnostics|vars|strict)/' $$i > $(LIBDEST)/$$i ; done install -m 644 share/diskdrake.rc $(ETCDEST) + install -m 644 share/wizard.rc $(ETCDEST) install -m 644 share/po/*.po $(LIBDEST)/po install -m 644 $(patsubst %,Newt/%.pm,Newt) $(LIBDEST)/Newt install -m 644 $(patsubst %,c/%.pm,stuff) $(LIBDEST)/c |