Skip to content

Commit

Permalink
nedit: fix install user/group
Browse files Browse the repository at this point in the history
- removed root:system
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 1da8575 commit 817ff7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nedit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ mee_install() {

mkdir -pv ${D}{${BINDIR},${MANDIR}/man1}

install -m 755 -o root -g system source/nedit source/nc ${D}${BINDIR}
install -m 755 source/nedit source/nc ${D}${BINDIR}

install -m 644 -o root -g system doc/nc.man ${D}${MANDIR}/man1/nc.1
install -m 644 -o root -g system doc/nedit.man ${D}${MANDIR}/man1/nedit.1
install -m 644 doc/nc.man ${D}${MANDIR}/man1/nc.1
install -m 644 doc/nedit.man ${D}${MANDIR}/man1/nedit.1

}

0 comments on commit 817ff7c

Please sign in to comment.