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:
Mike Small
2020-06-21 11:45:18 -04:00
parent d3447ded0c
commit 04d4063eaf
2 changed files with 21 additions and 0 deletions

View File

@@ -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