updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / libflate / patch
blob52682bccc8f2c2ec9b67f6f2289f94ae6036089e
1 --- Makefile    2010-09-14 07:40:20.000000000 -0500
2 +++ Makefile-new        2010-09-22 00:04:56.860001171 -0500
3 @@ -3,6 +3,7 @@
4  AR     = ar -r
5  RM     = rm -f
6  
8  all:   libflate checktpl
9  
10  libflate: flate.o
11 @@ -13,3 +14,7 @@
13  clean:
14         $(RM) flate.o libflate.a checktpl
16 +install:
17 +       install -Dm755 checktpl $(DESTDIR)/usr/bin/checktpl
18 +       install -Dm644 libflate.a $(DESTDIR)/usr/lib/libflate.a