summaryrefslogtreecommitdiffstats
path: root/isomd5sum
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-08-27 20:07:37 +0000
committerJeremy Katz <katzj@redhat.com>2007-08-27 20:07:37 +0000
commita4b84aeecbd7233924f24f13d557de8c112b219c (patch)
treea748309174a0fed70f64ba488b0893cbac1cacfe /isomd5sum
parent6a8fb17dcdcaa35138a32a6313a5b81c246f239c (diff)
downloadanaconda-a4b84aeecbd7233924f24f13d557de8c112b219c.tar.gz
anaconda-a4b84aeecbd7233924f24f13d557de8c112b219c.tar.xz
anaconda-a4b84aeecbd7233924f24f13d557de8c112b219c.zip
make the directory
Diffstat (limited to 'isomd5sum')
-rw-r--r--isomd5sum/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile
index 15a6c987e..4828a09db 100644
--- a/isomd5sum/Makefile
+++ b/isomd5sum/Makefile
@@ -27,9 +27,10 @@ pyisomd5sum.so: $(PYOBJS)
gcc -shared -g -o pyisomd5sum.so -fpic $(PYOBJS) $(LDFLAGS)
install:
+ mkdir $(DESTDIR)/usr/$(LIBDIR)/$(PYTHON)/site-packages
install -m 755 implantisomd5 $(DESTDIR)/usr/bin
install -m 755 checkisomd5 $(DESTDIR)/usr/bin
- install -m 755 pyisomd5sum.so $(DESTDIR)/$(LIBDIR)/$(PYTHON)/site-packages
+ install -m 755 pyisomd5sum.so $(DESTDIR)/usr/$(LIBDIR)/$(PYTHON)/site-packages
ln -s ../../bin/implantisomd5 $(DESTDIR)/usr/lib/anaconda-runtime/implantisomd5
ln -s ../../bin/checkisomd5 $(DESTDIR)/usr/lib/anaconda-runtime/checkisomd5