summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64cd102..e7aa153 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ clean:
install: all
# $(MAKE) -C po $@
- install -d $(RPM_BUILD_ROOT)/usr/{X11R6/bin/,share/drakpxelinux/}
- install -s -m755 $(NAME).pl $(RPM_BUILD_ROOT)/usr/X11R6/bin/
+ install -d $(RPM_BUILD_ROOT)/usr/bin/,share/drakpxelinux/}
+ install -s -m755 $(NAME).pl $(RPM_BUILD_ROOT)/usr/bin/drakpxelinux
# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
dis: clean