summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-08 19:12:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-08 19:12:35 +0000
commit21515c83e208815aee80b70a671a790ee47b6ac1 (patch)
tree61db3130ea4ac021449c99b1b86c36b9f4a0d8d0 /scripts
parentb8ea6a0297339177bb81434016ae8182c5ac130e (diff)
downloadanaconda-21515c83e208815aee80b70a671a790ee47b6ac1.tar.gz
anaconda-21515c83e208815aee80b70a671a790ee47b6ac1.tar.xz
anaconda-21515c83e208815aee80b70a671a790ee47b6ac1.zip
need to install makestamp
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 7d20d773a..9249fe468 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -12,6 +12,7 @@ install:
install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR)
./genlocalelist.py > $(DESTDIR)/$(ANACONDADATADIR)/locale-list
depend: