summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draknet2
-rw-r--r--tools/Makefile7
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* >$@