projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes and accomodations for other operating systems by Andrew
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
blds
/
rpmsrc.sh
1
#!/bin/bash -x
2
3
rpmbuild --define "_srcrpmdir `cd ..; pwd`" \
4
-bs --build-in-place cinelerra.spec
5