Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Giulio
purr-data
Commits
7c5678bd
Commit
7c5678bd
authored
Apr 17, 2017
by
Albert Gräf
Browse files
debuild: re-add missing bash completion file
parent
6a493574
Changes
1
Hide whitespace changes
Inline
Side-by-side
debuild/debian/rules
View file @
7c5678bd
...
@@ -40,6 +40,9 @@ override_dh_auto_install:
...
@@ -40,6 +40,9 @@ override_dh_auto_install:
# Remove some unneeded files.
# Remove some unneeded files.
cd
debian/purr-data/
&&
rm
-rf
Makefile
README.txt
etc
usr/share/emacs
cd
debian/purr-data/
&&
rm
-rf
Makefile
README.txt
etc
usr/share/emacs
cd
debian/purr-data$(prefix)/lib/pd-l2ork/extra
&&
rm
-rf
*/*.pd_linux_o
*/*.la
cd
debian/purr-data$(prefix)/lib/pd-l2ork/extra
&&
rm
-rf
*/*.pd_linux_o
*/*.la
# Add the bash completion file again, and edit it accordingly.
mkdir
-p
debian/purr-data/etc/bash_completion.d
sed
-e
's/pd-l2ork/purr-data/g'
<
scripts/bash_completion/pd-l2ork
>
debian/purr-data/etc/bash_completion.d/purr-data
# Edit the library paths in the default user.settings file.
# Edit the library paths in the default user.settings file.
cd
debian/purr-data$(prefix)/lib/pd-l2ork
&&
sed
-e
"s!/usr/lib/pd-l2ork!$(prefix)/lib/pd-l2ork!g"
-i
default.settings
cd
debian/purr-data$(prefix)/lib/pd-l2ork
&&
sed
-e
"s!/usr/lib/pd-l2ork!$(prefix)/lib/pd-l2ork!g"
-i
default.settings
# Replace the pd-l2ork desktop/mime files and icons with purr-data ones.
# Replace the pd-l2ork desktop/mime files and icons with purr-data ones.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment