Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 21 Aug 2004 20:06:11 +0000 (20:06 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 21 Aug 2004 20:06:11 +0000 (20:06 +0000)
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages

2004/08/21 21:05:48+01:00 nexus.co.uk!pb
use 'install -m 0644' to avoid permissions drama

BKrev: 4127ab33s11h99LO0zibYt9neCElLA

sharp-binary-only/sharp-flash-header-c700.oe

index 764ebbf..149b3fd 100644 (file)
@@ -1,6 +1,6 @@
 SRC_URI = "file://header-c700.bin"
 
 do_stage() {
-       mkdir -p ${STAGING_LIBDIR}/sharp-flash-header
-       cp -a ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
+       install -d ${STAGING_LIBDIR}/sharp-flash-header
+       install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
 }