From cb2a4fd0feecdbd9813b6bcf81ceeb4319c332bc Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 22 Nov 2000 17:12:29 +0000 Subject: *** empty log message *** --- scripts/Makefile | 1 + scripts/pkgorder | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index d185cea72..7cd364f69 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -8,5 +8,6 @@ install: install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR) install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR) depend: diff --git a/scripts/pkgorder b/scripts/pkgorder index 9359766fe..8998fdb9f 100755 --- a/scripts/pkgorder +++ b/scripts/pkgorder @@ -6,8 +6,6 @@ import os.path import rpm import string -sys.path.append("/home/ewt/redhat/anaconda") -sys.path.append("/home/ewt/redhat/anaconda/isys") rpmFD = None fns = {} -- cgit