Changeset 5aace3f
- Timestamp:
- Aug 14, 2010, 7:08:38 PM (14 years ago)
- Branches:
- debian
- Children:
- 5fe95f7
- Parents:
- 27d5cd1 (diff), 55b24d1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Kyle Brogle <broglek@…> (08/14/10 19:08:38)
- git-committer:
- Kyle Brogle <broglek@…> (08/14/10 19:08:38)
- Files:
-
- 31 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
server/inst/create-filter-config
r30beeab r55b24d1 22 22 failed="yes" 23 23 fi 24 if [ -e /usr/lib/gutenbach/remctl/config/mixer ]; then 25 mixer=$(cat /usr/lib/gutenbach/remctl/config/mixer) 26 else 27 mixer="PCM" 28 fi 29 if [ -e /usr/lib/gutenbach/remctl/config/channel ]; then 30 channel=$(cat /usr/lib/gutenbach/remctl/config/channel) 31 else 32 channel="Front Left" 33 fi 24 34 25 mixer="PCM" 26 channel="Front Left" 35 36 27 37 config_file="/usr/lib/gutenbach/config/gutenbach-filter-config.pl" 28 38 -
.gitignore
rb58aada r1d7e681 1 1 *~ 2 debian/files 3 debian/*.debhelper 4 debian/*.substvars 5 debian/*.debhelper.log 6 debian/gutenbach/ 7 debian/gutenbach-client/ 8 debian/gutenbach-queue/ 9 debian/gutenbach-remctl/ 10 debian/gutenbach-server/ 11 debian/stamp-makefile-build 12 debian/tmp/ 2 13 client/bin/*.1.gz 3 debian/ -
Makefile
r9c0279e r2116615 5 5 install: 6 6 for d in $(DIRS); do (cd $$d; $(MAKE) install); done 7 clean: 8 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
Note: See TracChangeset
for help on using the changeset viewer.