uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
21
pkgs/shells/scponly/scponly-fix-make.patch
Normal file
21
pkgs/shells/scponly/scponly-fix-make.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -41,14 +41,14 @@
|
||||
${INSTALL} -d ${DESTDIR}${bindir}
|
||||
${INSTALL} -d ${DESTDIR}${mandir}/man8
|
||||
${INSTALL} -d ${DESTDIR}${CONFDIR}
|
||||
- ${INSTALL} -o 0 -g 0 scponly ${DESTDIR}${bindir}/scponly
|
||||
- ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
|
||||
- ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
|
||||
+ ${INSTALL} scponly ${DESTDIR}${bindir}/scponly
|
||||
+ ${INSTALL} -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
|
||||
+ ${INSTALL} -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
|
||||
if test "x${CHROOTED_NAME}" != "x"; then \
|
||||
${INSTALL} -d ${DESTDIR}${sbindir}; \
|
||||
rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
|
||||
cp scponly ${CHROOTED_NAME}; \
|
||||
- ${INSTALL} -o 0 -g 0 -m 4755 ${CHROOTED_NAME} ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
|
||||
+ ${INSTALL} ${CHROOTED_NAME} ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \
|
||||
fi
|
||||
|
||||
debuglevel:
|
||||
Loading…
Add table
Add a link
Reference in a new issue