diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index c79e11d74..4bbfc189c 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -124,6 +124,8 @@ endif cd share ; cp *.xpm $(DEST)/usr/share cd share ; cp -a themes $(DEST)/usr/share/gtk cd share ; cp compssUsers compssList $(ROOTDEST)/Mandrake/base + cd share ; cp makedev.sh $(DEST)/etc/sysconfig/network-scripts + cd share ; cp isdndb.net $(DEST)/etc/sysconfig/network-scripts/isdn_db.txt if [ -f ../modules/modules.cz* ]; then \ cp -f ../modules/modules.cz* $(DEST)/lib/; \ |