diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-26 23:47:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-26 23:47:42 +0000 |
commit | aa8bf4037d489fccd716c431de1766cd4c5ad121 (patch) | |
tree | 6ccdacecc56ce92e0672d9dee04112e3c2d7cf92 /chkhinge | |
parent | 21dbae2864710bb19fff15c79acfae099cd2e7e7 (diff) |
install chkhinge setuid
BKrev: 41a7c09eDNfkV0LMKFGRSESGG2z4RA
Diffstat (limited to 'chkhinge')
-rw-r--r-- | chkhinge/chkhinge_20040706.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chkhinge/chkhinge_20040706.oe b/chkhinge/chkhinge_20040706.oe index 3b5d01ace0..e310a06d96 100644 --- a/chkhinge/chkhinge_20040706.oe +++ b/chkhinge/chkhinge_20040706.oe @@ -2,6 +2,7 @@ SECTION = "base" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}" LICENSE = "MIT" S = "${WORKDIR}/chkhinge" +PR = "r1" FILES_${PN} = "/bin" @@ -11,6 +12,6 @@ do_compile() { do_install() { install -d ${D}/bin - install chkhinge ${D}/bin/ + install -m 4755 chkhinge ${D}/bin/ } |