Provide me a way to run in Slackware 14.2
This is probably a silly way to deal with uniq not being in the older List::Util vs. providing an implementation. But 15 is just around the corner anyway? Also add an uninstall target.
This commit is contained in:
8
Makefile
8
Makefile
@@ -5,3 +5,11 @@ check:
|
||||
install:
|
||||
install -o root -g wheel -m 0755 -d /usr/local/bin
|
||||
install -o root -g wheel -m 0555 frfac /usr/local/bin
|
||||
|
||||
install_with_newcore_hack:
|
||||
install -o root -g wheel -m 0755 -d /usr/local/bin
|
||||
install -o root -g wheel -m 0555 frfac /usr/local/share/perl5/
|
||||
install -o root -g wheel -m 0555 frfac.wrapper /usr/local/bin/frfac
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/local/bin/frfac /usr/local/share/perl5/frfac
|
||||
|
||||
Reference in New Issue
Block a user