diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-18 12:03:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-18 12:03:08 +0000 |
commit | fa50f64a5b61f19d6aba363ea3a9dba457372605 (patch) | |
tree | d0498e5e534d8c12b31e839d03c87c85d20ec50c /perl-install | |
parent | 44aa510b36ea451da6a21d7c6d6aa7a9870684f2 (diff) | |
download | drakx-fa50f64a5b61f19d6aba363ea3a9dba457372605.tar drakx-fa50f64a5b61f19d6aba363ea3a9dba457372605.tar.gz drakx-fa50f64a5b61f19d6aba363ea3a9dba457372605.tar.bz2 drakx-fa50f64a5b61f19d6aba363ea3a9dba457372605.tar.xz drakx-fa50f64a5b61f19d6aba363ea3a9dba457372605.zip |
tar and bzip2 is cfj/xfj and no more cfI/xfI
remove isdndb.net
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 4 | ||||
-rwxr-xr-x | perl-install/share/keymaps_generate | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index beffbaec4..4d2b4f5d6 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -16,7 +16,7 @@ tar-drakxtools: clean $(MAKE) -C ../tools clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe tools/serial_probe drakxtools cd ../drakxtools ; rm -rf install* pkgs.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . - cd .. ; tar cfI drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/isdndb.net $(STANDALONEPMS) icons *.pm) + cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc $(STANDALONEPMS) icons *.pm) cd .. ; rm -rf drakxtools $(DIRS): @@ -113,7 +113,7 @@ endif perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases - for i in fonts keyboards locales gconv keymaps; do tar xfI `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done + for i in fonts keyboards locales gconv keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done cd share ; cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a consolefonts $(DEST)/usr/share diff --git a/perl-install/share/keymaps_generate b/perl-install/share/keymaps_generate index a2c461fb6..9c40d5e58 100755 --- a/perl-install/share/keymaps_generate +++ b/perl-install/share/keymaps_generate @@ -14,5 +14,5 @@ foreach (keyboard::xmodmaps()) { } } -system("tar cfI keymaps.tar.bz2 -C keymaps usr") == 0 or die; +system("tar cfj keymaps.tar.bz2 -C keymaps usr") == 0 or die; system("rm -rf keymaps"); |