pnbp

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7bee492040d8ef30e117232b8b62b454fddd61a0
parent 49f855e5824f8a7b9190119126521a72eec395f7
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Mon Oct 20 09:04:13 2014

Instead of shotty scripts use make instead

Diffstat:
 Makefile     | 5 +++++
 install.sh   | 4 ----
 uninstall.sh | 3 ---
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,5 @@ +install : + cp -r src /usr/local/bin/pnbp + ln -s /usr/local/bin/pnbp/init.py /usr/local/bin/build +remove : + rm -rf /usr/local/bin/pnbp /usr/local/bin/build diff --git a/install.sh b/install.sh @@ -1,4 +0,0 @@ -#!/bin/bash - -cp -r src /usr/local/bin/pnbp -ln -s /usr/local/bin/pnbp/init.py /usr/local/bin/build diff --git a/uninstall.sh b/uninstall.sh @@ -1,3 +0,0 @@ -#!/bin/bash - -rm -rf /usr/local/bin/pnbp /usr/local/bin/build