#2939 closed defect (fixed)
lfs-bootscripts Makefile patch
Reported by: | imam | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 7.0 |
Component: | Bootscripts | Version: | SVN |
Severity: | minor | Keywords: | lfs-bootscripts |
Cc: |
Description
patch
##############################################################
--- ./Makefile.old 2011-09-21 22:27:48.000000000 +0400
+++ ./Makefile 2011-10-05 09:08:49.296914466 +0400
@@ -22,6 +22,8 @@
install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d
install -d -m ${DIRMODE} ${EXTDIR}/sysconfig
install -d -m ${DIRMODE} ${LIBDIR}
+ install -d -m ${DIRMODE} ${MAN8}
+ install -d -m ${DIRMODE} ${SBIN}
ln -svf services ${DESTDIR}/lib/lsb
ln -sf rc.d/init.d ${EXTDIR}/init.d
###############################################################
Attachments (1)
Change History (4)
by , 13 years ago
comment:1 by , 13 years ago
Milestone: | → 7.0 |
---|---|
Owner: | changed from | to
Priority: | highest → low |
Severity: | blocker → minor |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
These commands are only needed if you define DESTDIR. I'll go ahead and add them.