summaryrefslogtreecommitdiffstats
path: root/rpmmodule
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-18 18:41:53 +0000
committerErik Troan <ewt@redhat.com>1999-08-18 18:41:53 +0000
commit8362cb8143026e9342291c90e7bd403f4cdd276b (patch)
tree24ab8e8ff30f71365d9f9e97214233b0b0208bde /rpmmodule
parenta9098128f76c909f7b4b373f5de70017a4afa043 (diff)
downloadanaconda-8362cb8143026e9342291c90e7bd403f4cdd276b.tar.gz
anaconda-8362cb8143026e9342291c90e7bd403f4cdd276b.tar.xz
anaconda-8362cb8143026e9342291c90e7bd403f4cdd276b.zip
makefile changes
Diffstat (limited to 'rpmmodule')
-rw-r--r--rpmmodule/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile
index 6ae8d1856..6546c9e0a 100644
--- a/rpmmodule/Makefile
+++ b/rpmmodule/Makefile
@@ -1,4 +1,4 @@
-DESTDIR = $(TOPDIR)/RedHat/instimage/usr/lib/python1.5/site-packages
+PYTHONLIBDIR = $(DESTDIR)/usr/lib/python1.5/site-packages
CFLAGS += -fPIC -I/usr/include/rpm -I/usr/include/python1.5 -g
@@ -13,5 +13,5 @@ clean:
rm -f *.o $(TARGET)
install: all
- mkdir -p $(DESTDIR)
- cp $(TARGET) $(DESTDIR)
+ mkdir -p $(PYTHONLIBDIR)
+ cp $(TARGET) $(PYTHONLIBDIR)