summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile1
-rwxr-xr-xscripts/pkgorder2
2 files changed, 1 insertions, 2 deletions
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 = {}