From 2ef8b28334f0f69caf4bec4ecc68fdd85802c185 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Jan 2015 13:52:21 -0500 Subject: Wow, I botched some Makefile stuff --- src/librefetch/.gitignore | 2 ++ src/librefetch/Makefile | 2 +- src/librefetch/librefetch-install.in | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/librefetch/.gitignore mode change 100755 => 100644 src/librefetch/librefetch-install.in (limited to 'src/librefetch') diff --git a/src/librefetch/.gitignore b/src/librefetch/.gitignore new file mode 100644 index 0000000..d34a2fc --- /dev/null +++ b/src/librefetch/.gitignore @@ -0,0 +1,2 @@ +librefetch-install +librefetch-makepkg.conf diff --git a/src/librefetch/Makefile b/src/librefetch/Makefile index d797daf..bbc2384 100644 --- a/src/librefetch/Makefile +++ b/src/librefetch/Makefile @@ -1,3 +1,3 @@ -include ../../common.mk progs = librefetch-install confs = librefetch-makepkg.conf +include ../../common.mk diff --git a/src/librefetch/librefetch-install.in b/src/librefetch/librefetch-install.in old mode 100755 new mode 100644 -- cgit v1.2.2