repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
mindless
/
Makefile.diff
blob
b58e144022aa3455c3b396fecc862b128e5e44fe
1
0a1
,6
2
> # Added for ArchLinux PKGBUILD. (Jul 20 2007) - Caelyl
3
> PREFIX = /usr
4
>
5
> INSTALL = /bin/install -c -D -m 755
6
> # END
7
>
8
28a35
,39
9
> # Added for ArchLinux PKGBUILD. (Jul 20 2007) - Caelyl
10
> install:
11
> $(INSTALL) $(TARGET) $(PREFIX)/bin/$(TARGET)
12
> # END
13
>