summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-29 17:14:45 +0000
committerErik Troan <ewt@redhat.com>2000-03-29 17:14:45 +0000
commitb6fbcc8f54985f7849363b71a657b7e0ff1a9d65 (patch)
tree1d5823385e3e19e5c69ba88c46a0466ebc558184 /scripts/Makefile
parent1a61c24b4464655bf59cf715a3a1634333ed838e (diff)
downloadanaconda-b6fbcc8f54985f7849363b71a657b7e0ff1a9d65.tar.gz
anaconda-b6fbcc8f54985f7849363b71a657b7e0ff1a9d65.tar.xz
anaconda-b6fbcc8f54985f7849363b71a657b7e0ff1a9d65.zip
*** empty log message ***
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644
index 000000000..74f027043
--- /dev/null
+++ b/scripts/Makefile
@@ -0,0 +1,6 @@
+include ../Makefile.inc
+
+install:
+ install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 upd-modules $(DESTDIR)/$(RUNTIMEDIR)
+