• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bellagio/0005-fix-doc-installation-path.patch
Thomas PetazzoniThomas Petazzoni committed ba781d347ca29 Oct 2016
Raw file
Source viewDiff to previous
 
1
Makefile.am: fix bogus docdir definition
2
​
3
The definition of the docdir variable uses $(DESTDIR). However,
4
automake already prefixes all *dir variables automatically with
5
DESTDIR, which causes the documentation to be installed in
6
$(DESTDIR)/$(DESTDIR)/usr/share/doc/...
7
​
8
Fix this by removing the $(DESTDIR) part of the docdir definition.
9
​
10
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11
​
12
Index: b/Makefile.am
13
===================================================================
14
--- a/Makefile.am
15
+++ b/Makefile.am
16
@@ -7,7 +7,7 @@
17
 pkgconfigdir = $(libdir)/pkgconfig
18
 pkgconfig_DATA = libomxil-bellagio.pc
19
 
20
-docdir = $(DESTDIR)$(prefix)/share/doc/@PACKAGE@
21
+docdir = $(prefix)/share/doc/@PACKAGE@
22
 doc_DATA = README \
23
       ChangeLog \
24
       TODO
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.