Open apprehensions opened 1 year ago
in the wmdots Makefile, the install:: rule installs directly to /usr/local/bin without prior checking of $DESTDIR or $PREFIX.
wmdots
install::
/usr/local/bin
$DESTDIR
$PREFIX
there might be other packages, checked only via Makefile:
Makefile
Great list -- thanks! I'll work on them a little at a time.
Sent patch for washerDryer to wmaker-dev@googlegroups.com
in the
wmdots
Makefile, theinstall::
rule installs directly to/usr/local/bin
without prior checking of$DESTDIR
or$PREFIX
.there might be other packages, checked only via
Makefile
: