diff options
-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 |