Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Liberate
backupninja
Commits
f4782894
Commit
f4782894
authored
7 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Have dh_auto_configure pass arch-independent paths to --libdir and --libexec.
parent
56b23e27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+5
-0
5 additions, 0 deletions
debian/rules
with
5 additions
and
0 deletions
debian/rules
+
5
−
0
View file @
f4782894
...
...
@@ -7,6 +7,11 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
%
:
dh
$@
--with
autoreconf
override_dh_auto_configure
:
dh_auto_configure
--
\
--libdir
=
\$
${
prefix
}
/lib
\
--libexecdir
=
\$
${
prefix
}
/lib
override_dh_auto_install
:
dh_auto_install
chmod
a-x
$(
TMP
)
/usr/lib/backupninja/parseini
...
...
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