mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
Add files via upload
This commit is contained in:
11
bin/Makefile.am
Normal file
11
bin/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
bin_SCRIPTS = \
|
||||
mpdevil
|
||||
|
||||
EXTRA_DIST = mpdevil.py
|
||||
CLEANFILES = $(bin_SCRIPTS)
|
||||
|
||||
mpdevil: mpdevil.py
|
||||
sed -e s!\@datadir\@!$(datadir)! -e s!\@libdir\@!$(libdir)! -e s!\@version\@!$(VERSION)! < $< > $@
|
||||
chmod +x $@
|
||||
|
||||
|
||||
1607
bin/mpdevil.py
Normal file
1607
bin/mpdevil.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user