0ff36edac9
ln -sf bin/toast /usr/local/bin/tcat ln -sf bin/toast /usr/local/bin/untoast which create these incorrect links: /usr/local/bin/tcat -> bin/toast /usr/local/bin/untoast -> bin/toast Replacing %F with %f in pkg-plist removes the extra bin/.
9 lines
153 B
Text
9 lines
153 B
Text
bin/toast
|
|
@exec ln -sf %f %B/tcat
|
|
@exec ln -sf %f %B/untoast
|
|
@rmtry bin/tcat
|
|
@rmtry bin/untoast
|
|
include/gsm.h
|
|
lib/libgsm.a
|
|
lib/libgsm.so
|
|
lib/libgsm.so.1
|