Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#2939 closed defect (fixed)

lfs-bootscripts Makefile patch

Reported by: imam Owned by: bdubbs@…
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)

patch (426 bytes ) - added by imam 13 years ago.

Download all attachments as: .zip

Change History (4)

by imam, 13 years ago

Attachment: patch added

comment:1 by bdubbs@…, 13 years ago

Milestone: 7.0
Owner: changed from lfs-book@… to bdubbs@…
Priority: highestlow
Severity: blockerminor
Status: newassigned

These commands are only needed if you define DESTDIR. I'll go ahead and add them.

comment:2 by bdubbs@…, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in revision 9618.

comment:3 by imam, 13 years ago

:)

Note: See TracTickets for help on using tickets.