Skip to content

Commit

Permalink
inetutils: prevent chown root
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Sep 12, 2019
1 parent fadad37 commit 9ec4615
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inetutils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ SRCURL[0]="https://ftp.gnu.org/gnu/inetutils/inetutils-${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

mee_patch_post() {
sed -i -e 's/SUIDMODE = -o root/SUIDMODE =/' src/Makefile.am
sed -i -e 's/SUIDMODE = -o root/SUIDMODE =/' ping/Makefile.am
automake
}

mee_configure() {
bee_configure \
--disable-logger \
Expand All @@ -61,6 +67,5 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 9ec4615

Please sign in to comment.