Skip to content

Commit

Permalink
Update script from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
letitz committed May 6, 2016
1 parent 4bd42d2 commit e4ea070
Show file tree
Hide file tree
Showing 8 changed files with 981 additions and 484 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

340 changes: 0 additions & 340 deletions LICENSE

This file was deleted.

12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SBINDIR=usr/sbin
SYSCONFIGDIR=etc
UNITDIR=usr/lib/systemd/system
SBINDIR=/usr/sbin
SYSCONFDIR=/etc
UNITDIR=/usr/lib/systemd/system

all:

install:
install -Dm 755 init-headphone ${DESTDIR}/${SBINDIR}/init-headphone
install -Dm 755 init-headphone.modules ${DESTDIR}/${SYSCONFIGDIR}/sysconfig/modules/init-headphone.modules
install -Dm 755 init-headphone.service ${DESTDIR}/${UNITDIR}/init-headphone.service
install -Dm 755 init-headphone ${DESTDIR}${SBINDIR}/init-headphone
install -Dm 755 init-headphone.conf ${DESTDIR}${SYSCONFDIR}/modules-load.d/init-headphone.conf
install -Dm 755 init-headphone.service ${DESTDIR}${UNITDIR}/init-headphone.service

Loading

0 comments on commit e4ea070

Please sign in to comment.