.
This commit is contained in:
14
debian/rules
vendored
Normal file
14
debian/rules
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
# Install bash completion
|
||||
install -D -m 644 src/dropshell-completion.bash debian/dropshell/etc/bash_completion.d/dropshell
|
||||
# Install configuration
|
||||
install -D -m 644 src/dropshell.conf debian/dropshell/etc/dropshell.conf
|
Reference in New Issue
Block a user