summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-22 17:12:29 +0000
committerErik Troan <ewt@redhat.com>2000-11-22 17:12:29 +0000
commitcb2a4fd0feecdbd9813b6bcf81ceeb4319c332bc (patch)
tree6e8dca40eb55e7e4abfc064da765f3f13cfcea51
parent5eff87d0e98aa39d3a901b1249f68ded5cb14375 (diff)
downloadanaconda-cb2a4fd0feecdbd9813b6bcf81ceeb4319c332bc.tar.gz
anaconda-cb2a4fd0feecdbd9813b6bcf81ceeb4319c332bc.tar.xz
anaconda-cb2a4fd0feecdbd9813b6bcf81ceeb4319c332bc.zip
*** empty log message ***
-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 = {}