forked from kiss-community/repo
opendoas: remove sed -i
This commit is contained in:
parent
04ce5126de
commit
e309be39eb
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
sed -i '/chown/d' GNUmakefile
|
||||
sed '/chown/d' GNUmakefile > _
|
||||
mv -f _ GNUmakefile
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user