diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-03 18:29:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-03 18:29:54 +0000 |
commit | 05da12f9c8801b36ec0834f5126deb79656790e6 (patch) | |
tree | 3076e795b0233ff6010768f76a0671c1a49aadbc /perl-install/Makefile | |
parent | d48d8570000ed98e72d8dc7827167741e5142a4f (diff) | |
download | drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.gz drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.bz2 drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.xz drakx-05da12f9c8801b36ec0834f5126deb79656790e6.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-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 cb49dbb09..c5bd1bfae 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -102,6 +102,7 @@ get_needed_files: $(DIRS) install -d $(DEST)/usr/bin install -d $(DEST)/usr/lib install -d $(DEST)/usr/share + install -d $(DEST)/usr/share/gtk install -d $(DEST)/usr/share/xmodmap install -d $(ROOTDEST)/Mandrake/base install -s $(LOCALFILES) $(DEST)/usr/bin @@ -138,6 +139,7 @@ get_needed_files: $(DIRS) cp -a consolefonts $(DEST)/usr/share cp modparm.lst MonitorsDB $(DEST)/usr/share cp logo-mandrake.xpm $(DEST)/usr/share + cp -a themes $(DEST)/usr/share/gtk cp compss compssUsers compssList $(ROOTDEST)/Mandrake/base cp -f ../modules/modules.cpio.bz2 $(DEST)/lib/ |