summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-27 19:45:03 +0000
committerErik Troan <ewt@redhat.com>2000-03-27 19:45:03 +0000
commit668d68cc906ce3869b0b4999e88064ace74b0595 (patch)
tree0fc28a6757cdeeb524fcb0f1aa3be9ceb1c3884e /stubs
parent3c294e16c41864af9cf86fb5390a34fe45d19cc8 (diff)
downloadanaconda-668d68cc906ce3869b0b4999e88064ace74b0595.tar.gz
anaconda-668d68cc906ce3869b0b4999e88064ace74b0595.tar.xz
anaconda-668d68cc906ce3869b0b4999e88064ace74b0595.zip
populated /usr/lib/anaconda-runtime
Diffstat (limited to 'stubs')
-rw-r--r--stubs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/stubs/Makefile b/stubs/Makefile
index dda010909..99ecbdca4 100644
--- a/stubs/Makefile
+++ b/stubs/Makefile
@@ -1,3 +1,5 @@
+include ../Makefile.inc
+
all: libbz2.so.0
libbz2.so.0: bzip.c
@@ -7,4 +9,4 @@ clean:
rm -f *.so.* *.o
install:
- install libbz2.so.0 $(DESTDIR)/usr/lib
+ install libbz2.so.0 $(DESTDIR)/$(RUNTIMEDIR)