summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xStow9
1 files changed, 9 insertions, 0 deletions
diff --git a/Stow b/Stow
new file mode 100755
index 0000000..489b87b
--- /dev/null
+++ b/Stow
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+(cd /usr/local/stow && sudo stow -D libnet)
+find /usr/local -name libnet\* | grep -v /usr/local/stow/libnet
+sudo rm -rf /usr/local/stow/libnet
+sudo mkdir -p /usr/local/stow/libnet
+sudo make install prefix=/usr/local/stow/libnet
+(cd /usr/local/stow && sudo stow -v libnet)
+