diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:49:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:49:19 +0000 |
commit | b9d3158853a8536f45275bfebf2cdc93b8ff010f (patch) | |
tree | 54c5bddc62c1b2f4ae037aabf2d57aa7dc52a381 /perl-install/Makefile.config | |
parent | 3e81571bb26d8fb964b1f0939cef47ac284c1965 (diff) | |
download | drakx-b9d3158853a8536f45275bfebf2cdc93b8ff010f.tar drakx-b9d3158853a8536f45275bfebf2cdc93b8ff010f.tar.gz drakx-b9d3158853a8536f45275bfebf2cdc93b8ff010f.tar.bz2 drakx-b9d3158853a8536f45275bfebf2cdc93b8ff010f.tar.xz drakx-b9d3158853a8536f45275bfebf2cdc93b8ff010f.zip |
switch from /usr/bin/perl-install to /usr/lib/libDrakX
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 940ac2d32..5c7eb70ea 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -9,7 +9,7 @@ STANDALONEPMS_ = XFdrake adduserdrake autosetupprintqueues diskdrake drakTermSer STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) share/advertising/*.pl share/compssUsers.pl* -REP4PMS = /usr/bin/perl-install +REP4PMS = /usr/lib/libDrakX ROOTDEST = /export DEST = $(STAGE2_LIVE) DESTREP4PMS = $(DEST)$(REP4PMS) |