mouseemu: drop unnecessary/wrong comment
The original intention was to use the makefile, but that turned out to be more work than just installing it manually, but the comment was left over.
This commit is contained in:
parent
559b776f73
commit
cda60dff49
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
do_build() {
|
||||
# build it ourselves because no point in patching the makefile...
|
||||
# but let the makefile install
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o mouseemu mouseemu.c
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue