diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 16:12:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 16:12:52 +0000 |
commit | 1e00a512393b4630fc9dba1dba051fa64c0ccd30 (patch) | |
tree | 45d06df0239fe7b7bc94b2fa80a7b30cea90dd70 /perl-install/Makefile | |
parent | 960dd8c2fc966b1bc0488221a4b14077bb8b6ad4 (diff) | |
download | drakx-1e00a512393b4630fc9dba1dba051fa64c0ccd30.tar drakx-1e00a512393b4630fc9dba1dba051fa64c0ccd30.tar.gz drakx-1e00a512393b4630fc9dba1dba051fa64c0ccd30.tar.bz2 drakx-1e00a512393b4630fc9dba1dba051fa64c0ccd30.tar.xz drakx-1e00a512393b4630fc9dba1dba051fa64c0ccd30.zip |
get rid of g_auto_install (unused & not working)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3cec2cc0b..73553eb71 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -77,7 +77,6 @@ install_pms: $(DIRS) cp share/*.rc $(DESTREP4PMS) chmod a+x $(DESTREP4PMS)/install2 chmod a+x $(DESTREP4PMS)/commands - chmod a+x $(DESTREP4PMS)/g_auto_install chmod a+x $(DESTREP4PMS)/live_install* mo_files : $(MOFILES) |