summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcfb58b..037f068 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,11 @@ clean:
install: all
$(MAKE) -C po $@
- install -d $(RPM_BUILD_ROOT)/usr/{bin/,share/drakpxelinux/}
+ install -d $(RPM_BUILD_ROOT)/usr/{bin/,sbin/,share/drakpxelinux/}
+ install -d $(RPM_BUILD_ROOT)/etc/xinetd.d
install -s -m755 $(PACKAGE).pl $(RPM_BUILD_ROOT)/usr/bin/drakpxelinux
+ install -m755 deployd.sh $(RPM_BUILD_ROOT)/usr/sbin/deployd
+ install -m644 deployd.xinetd $(RPM_BUILD_ROOT)/etc/xinetd.d/deployd
# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
# rules to build a test rpm