Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
22d45449
Commit
22d45449
authored
May 23, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trust environment to provide install command in PATH.
There is no rule to put install in /usr/bin.
parent
dbd59b03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
slapos/patch/pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch
slapos/patch/pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch
+6
-4
slapos/profile/pdftk.cfg
slapos/profile/pdftk.cfg
+1
-1
No files found.
slapos/patch/pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch
View file @
22d45449
--- pdftk-1.44-dist.original/pdftk/Makefile.Base 2010-10-28 23:19:18.000000000 +0200
+++ pdftk-1.44-dist/pdftk/Makefile.Base 2011-03-29 13:51:25.000000000 +0200
@@ -35,22 +35,24 @@
diff --git a/pdftk/Makefile.Base b/pdftk/Makefile.Base
index 0bedd04..36a439e 100644
--- a/pdftk/Makefile.Base
+++ b/pdftk/Makefile.Base
@@ -35,22 +35,24 @@
javalib :
$(MAKE) -f Makefile -iC $(JAVALIBPATH) all
attachments.o : attachments.cc attachments.h pdftk.h $(JAVALIB)
...
...
@@ -22,7 +24,7 @@
install:
- /usr/bin/install pdftk /usr/local/bin
+ mkdir -p ${DEST}/bin
+
/usr/bin/
install pdftk ${DEST}/bin
+ install pdftk ${DEST}/bin
uninstall:
- $(RM) $(RMFLAGS) /usr/local/bin/pdftk
...
...
slapos/profile/pdftk.cfg
View file @
22d45449
...
...
@@ -16,7 +16,7 @@ download-only = true
[pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch]
<= pdftk-patch-download
md5sum =
7b8268061f011c9b63613a078ac941ae
md5sum =
04a3607213e4e638c1fd993321804499
filename = pdftk-1.44-Makefile.Base-DEST-LDFLAGS.patch
[pdftk-hooks-download]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment