diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 19:22:16 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 19:22:16 -0500 |
commit | 2c981bb6e7f5ddb1b71a2a4e314ba7cd523d857c (patch) | |
tree | bc3725cd9195e1157fce45aeddaa270567eab5ee /src/librefetch/Makefile | |
parent | 3ed991a0ab8adbc30e66771080d565668d8dd3a6 (diff) |
Add a utility to add/remove librefetch from makepkg.conf
This script is formerly the install script for the bundled-up package.
Diffstat (limited to 'src/librefetch/Makefile')
-rw-r--r-- | src/librefetch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index 2c76089..d797daf 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -1 +1,3 @@ include ../../common.mk +progs = librefetch-install +confs = librefetch-makepkg.conf |