diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-29 19:02:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-29 19:02:58 +0000 |
commit | 462b9d89f51adbb7a85b11badb7937974cc748ef (patch) | |
tree | e6bed53496491ae76534e9702c89ccb8fe549b94 | |
parent | 3161708c83a46d247c81b7681fd6a64f3c4a1310 (diff) | |
download | drakx-462b9d89f51adbb7a85b11badb7937974cc748ef.tar drakx-462b9d89f51adbb7a85b11badb7937974cc748ef.tar.gz drakx-462b9d89f51adbb7a85b11badb7937974cc748ef.tar.bz2 drakx-462b9d89f51adbb7a85b11badb7937974cc748ef.tar.xz drakx-462b9d89f51adbb7a85b11badb7937974cc748ef.zip |
*** empty log message ***
-rwxr-xr-x | perl-install/standalone/draknet | 2 | ||||
-rw-r--r-- | tools/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index eded05e8f..2cb20d3c9 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw (..); # (/usr/lib/libDrakX); +use lib qw (/usr/lib/libDrakX); use interactive; use netconnect; diff --git a/tools/Makefile b/tools/Makefile index 147c0ad2a..ec52ff290 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,11 +24,8 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz - ./gencompss `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` > $@ - -$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz - gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` +$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz + genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` $(BASE)/filelist: $(RPMS) # genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ |