]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/httppc/httppc-0.8.5/install.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / httppc / httppc-0.8.5 / install.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- httppc-0.8.5/Makefile.am~install
7 +++ httppc-0.8.5/Makefile.am
8 @@ -28,7 +28,7 @@
9  EXTRA_DIST = run proxed httppcrc
10  
11  install-exec-hook:
12 -       (cd $(bindir) && for i in telnetx ftpx cvsx sshx scpx sftpx ; do $(LN_S) -f proxed $$i; done)
13 +       (cd $(DESTDIR)$(bindir) && for i in telnetx ftpx cvsx sshx scpx sftpx ; do $(LN_S) -f proxed $$i; done)
14  
15  uninstall-local:
16 -       (cd $(bindir) && rm -f telnetx ftpx cvsx sshx scpx sftpx)
17 +       (cd $(DESTDIR)$(bindir) && rm -f telnetx ftpx cvsx sshx scpx sftpx)
18 --- httppc-0.8.5/Makefile.in~install
19 +++ httppc-0.8.5/Makefile.in
20 @@ -747,10 +747,10 @@
21  
22  
23  install-exec-hook:
24 -       (cd $(bindir) && for i in telnetx ftpx cvsx sshx scpx sftpx ; do $(LN_S) -f proxed $$i; done)
25 +       (cd $(DESTDIR)$(bindir) && for i in telnetx ftpx cvsx sshx scpx sftpx ; do $(LN_S) -f proxed $$i; done)
26  
27  uninstall-local:
28 -       (cd $(bindir) && rm -f telnetx ftpx cvsx sshx scpx sftpx)
29 +       (cd $(DESTDIR)$(bindir) && rm -f telnetx ftpx cvsx sshx scpx sftpx)
30  # Tell versions [3.59,3.63) of GNU make to not export all variables.
31  # Otherwise a system limit (for SysV at least) may be exceeded.
32  .NOEXPORT: