diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-05 09:01:48 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-05 09:01:48 +0000 |
commit | b45fb594aa17b6d2437f8e2d63b8932ea66432a8 (patch) | |
tree | 3c81547f41c2144026a73279517bdd6c22fe3c8e | |
parent | daca89af80a317ad6eab74fe05c2599cd0a8ea68 (diff) | |
download | rpmdrake-b45fb594aa17b6d2437f8e2d63b8932ea66432a8.tar rpmdrake-b45fb594aa17b6d2437f8e2d63b8932ea66432a8.tar.gz rpmdrake-b45fb594aa17b6d2437f8e2d63b8932ea66432a8.tar.bz2 rpmdrake-b45fb594aa17b6d2437f8e2d63b8932ea66432a8.tar.xz rpmdrake-b45fb594aa17b6d2437f8e2d63b8932ea66432a8.zip |
sources editor back to its normal name for usermode to work
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ install: $(ALL) ln -sf $(RELATIVE_SBIN)/rpmdrake $(BINDIR)/rpmdrake ln -sf $(RELATIVE_SBIN)/rpmdrake-remove $(BINDIR)/rpmdrake-remove ln -sf $(RELATIVE_SBIN)/MandrakeUpdate $(BINDIR)/MandrakeUpdate - ln -sf $(RELATIVE_SBIN)/edit-urpm-sources.pl $(BINDIR)/rpmdrake-sources + ln -sf $(RELATIVE_SBIN)/edit-urpm-sources.pl $(BINDIR)/edit-urpm-sources.pl install -d $(DATADIR)/rpmdrake/icons install -m644 icons/*.png $(DATADIR)/rpmdrake/icons @for i in icons/title/*; do \ |