Skip to content

Commit

Permalink
Revert "lsof: Install into BINDIR instead of SBINDIR"
Browse files Browse the repository at this point in the history
This reverts commit afa71a4.

I was told, some paths are hard-coded, so keep it in `/usr/sbin`.
  • Loading branch information
pmenzel committed Feb 22, 2018
1 parent d266327 commit f686e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsof.be0
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ mee_build() {
}

mee_install() {
mkdir -pv ${D}{${BINDIR},${MANDIR}/man8}
mkdir -pv ${D}{${SBINDIR},${MANDIR}/man8}

install -m 755 lsof ${D}${BINDIR}
install -m 755 lsof ${D}${SBINDIR}
install -m 644 lsof.8 ${D}${MANDIR}/man8
}
## by default this may be 'make install DESTDIR="${D}"'
Expand Down

0 comments on commit f686e28

Please sign in to comment.