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
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
lyz
backupninja
Commits
ceb41de3
Commit
ceb41de3
authored
12 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Drop obsolete pkglibdir-FTBFS-fix.diff: applied upstream.
parent
750ca4ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/pkglibdir-FTBFS-fix.diff
+0
-20
0 additions, 20 deletions
debian/patches/pkglibdir-FTBFS-fix.diff
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
with
0 additions
and
21 deletions
debian/patches/pkglibdir-FTBFS-fix.diff
deleted
100644 → 0
+
0
−
20
View file @
750ca4ae
Description: Fix FTBFS.
Workaround automake sanity check that would prevent us from
installing lib/* into lib/backupninja/.
Origin: upstream, https://labs.riseup.net/code/projects/backupninja/repository/revisions/0a0fbb46baa1fd5e6bb68c9e3f9f0b28dfa17e15
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660617
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 11eba37..9a54736 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,7 @@
-pkglib_SCRIPTS = easydialog parseini tools vserver
+my_execbindir = $(pkglibdir)
+my_execbin_SCRIPTS = easydialog parseini tools vserver
-CLEANFILES = $(pkglib_SCRIPTS)
+CLEANFILES = $(my_execbin_SCRIPTS)
EXTRA_DIST = easydialog.in parseini.in tools.in vserver.in
This diff is collapsed.
Click to expand it.
debian/patches/series
deleted
100644 → 0
+
0
−
1
View file @
750ca4ae
pkglibdir-FTBFS-fix.diff
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