diff options
author | Cristian Gafton <gafton@redhat.com> | 1999-08-20 21:45:17 +0000 |
---|---|---|
committer | Cristian Gafton <gafton@redhat.com> | 1999-08-20 21:45:17 +0000 |
commit | a2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4 (patch) | |
tree | f2d5262cda2ba9d945126ee23e8c118ecc485ae2 /rpmmodule | |
parent | 8d62d6e26ddfbc9f1737e960c3284763b6005480 (diff) | |
download | anaconda-a2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4.tar.gz anaconda-a2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4.tar.xz anaconda-a2ff7a45487d990e12f8108fd4ae6c5e3f35e7a4.zip |
Fix install target
Diffstat (limited to 'rpmmodule')
-rw-r--r-- | rpmmodule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile index ca13a3189..87cb73c6a 100644 --- a/rpmmodule/Makefile +++ b/rpmmodule/Makefile @@ -24,6 +24,6 @@ rpmmodule.so: rpmmodule.o upgrade.o hash.o clean: rm -f *.o $(TARGET) *~ -install: all +install: $(TARGET) install -d $(PYTHON) install -m 755 $(TARGET) $(PYTHON) |