• 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/linux-pam/linux-pam-04-mkdir.patch
Gustavo ZacariasGustavo Zacarias committed 17e761efc4516 Sep 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
$(mkdir_p) is obsolete for newer automake, use $(MKDIR_P) instead.
2
Upstream should really gettextize with a newer version before packing up.
3
​
4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
​
6
diff -Nura Linux-PAM-1.1.7.orig/po/Makefile.in.in Linux-PAM-1.1.7/po/Makefile.in.in
7
--- Linux-PAM-1.1.7.orig/po/Makefile.in.in  2013-09-11 20:45:16.610770002 -0300
8
+++ Linux-PAM-1.1.7/po/Makefile.in.in   2013-09-11 20:45:28.030145316 -0300
9
@@ -31,7 +31,7 @@
10
 INSTALL = @INSTALL@
11
 INSTALL_DATA = @INSTALL_DATA@
12
 mkinstalldirs = $(SHELL) @install_sh@ -d
13
-mkdir_p = @mkdir_p@
14
+mkdir_p = @MKDIR_P@
15
 
16
 GMSGFMT_ = @GMSGFMT@
17
 GMSGFMT_no = @GMSGFMT@
  • 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.