aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-05 09:01:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-05 09:01:48 +0000
commitb45fb594aa17b6d2437f8e2d63b8932ea66432a8 (patch)
tree3c81547f41c2144026a73279517bdd6c22fe3c8e /Makefile
parentdaca89af80a317ad6eab74fe05c2599cd0a8ea68 (diff)
downloadrpmdrake-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bba8d9de..f5e5e228 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \