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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
tisean
/
patch
blob
4cf9207f8b39011a475caad5e74430f7f27fad0d
1
37,38c37,38
2
< @test -d ${BINDIR} -a -n "${FC}" && (cd source_f && $(MAKE) install)
3
< @test -d ${BINDIR} -a -n "${CC}" && (cd source_c && $(MAKE) install)
4
---
5
> @(cd source_f && $(MAKE) install)
6
> @(cd source_c && $(MAKE) install)
7