projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5b271dc
)
Build the real control file
author
Christian Bayle
<cbayle@gmail.com>
Tue, 7 Apr 2009 21:03:14 +0000
(21:03 +0000)
committer
Christian Bayle
<cbayle@gmail.com>
Tue, 7 Apr 2009 21:03:14 +0000
(21:03 +0000)
gforge/control/Makefile
patch
|
blob
|
history
diff --git
a/gforge/control/Makefile
b/gforge/control/Makefile
index e09f650a488944c416be361165b628065155bc02..9aec4b9041e66f6c22cbd756899cb673e0c191c7 100644
(file)
--- a/
gforge/control/Makefile
+++ b/
gforge/control/Makefile
@@
-1,2
+1,2
@@
-control:
- ls [0-9][0-9][0-9]* | grep -v shortdesc | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo ''; done | sed 's/@PACKAGE@/gforge/g' > control
+
../debian/
control:
+ ls [0-9][0-9][0-9]* | grep -v shortdesc | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo ''; done | sed 's/@PACKAGE@/gforge/g' >
../debian/
control