mouseemu: drop post_patch
This is actually not necessary since we're not using the Makefile.
This commit is contained in:
parent
b004d06c23
commit
d63795549c
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
x86_64*|i686*) depends+=" dmidecode";;
|
||||
esac
|
||||
|
||||
post_patch() {
|
||||
# No sbin in void
|
||||
vsed -i 's,usr/sbin,usr/bin,g' Makefile
|
||||
}
|
||||
|
||||
do_build() {
|
||||
# build it ourselves because no point in patching the makefile...
|
||||
# but let the makefile install
|
||||
|
|
Loading…
Reference in a new issue