Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
7c5678bd
Commit
7c5678bd
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
debuild: re-add missing bash completion file
parent
6a493574
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!97
debuild: re-add missing bash completion file
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debuild/debian/rules
+3
-0
3 additions, 0 deletions
debuild/debian/rules
with
3 additions
and
0 deletions
debuild/debian/rules
+
3
−
0
View file @
7c5678bd
...
...
@@ -40,6 +40,9 @@ override_dh_auto_install:
# Remove some unneeded files.
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
# 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.
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment