mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
opendoas: remove sed -i
This commit is contained in:
parent
04ce5126de
commit
e309be39eb
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
sed -i '/chown/d' GNUmakefile
|
sed '/chown/d' GNUmakefile > _
|
||||||
|
mv -f _ GNUmakefile
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user