diff options
author | Mike Fulbright <msf@redhat.com> | 2003-04-07 16:22:43 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-04-07 16:22:43 +0000 |
commit | 27623d4b1cc2f04234bf3f6e8dd226e03d6ec94b (patch) | |
tree | 730e75f3b46ae91264de0dcbb7fe73bedd8204ed /isomd5sum | |
parent | 1f5c9b819ff2a6fa4b310db679b8b897e7e48921 (diff) | |
download | anaconda-27623d4b1cc2f04234bf3f6e8dd226e03d6ec94b.tar.gz anaconda-27623d4b1cc2f04234bf3f6e8dd226e03d6ec94b.tar.xz anaconda-27623d4b1cc2f04234bf3f6e8dd226e03d6ec94b.zip |
move location
Diffstat (limited to 'isomd5sum')
-rw-r--r-- | isomd5sum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/Makefile b/isomd5sum/Makefile index dbcd4a748..a4d605fd8 100644 --- a/isomd5sum/Makefile +++ b/isomd5sum/Makefile @@ -13,7 +13,7 @@ all: install: install -m 755 implantisomd5 $(DESTDIR)/$(RUNTIMEDIR) install -m 755 checkisomd5 $(DESTDIR)/$(RUNTIMEDIR) - install -s pyisomd5sum.so $(DESTDIR)/$(PYTHONLIBDIR) + install -s pyisomd5sum.so $(DESTDIR)/$(RUNTIMEDIR) clean: rm -f *.o *.lo *.so *.pyc |