diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-12-10 10:15:38 +0000 |
|---|---|---|
| committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-12-10 10:15:38 +0000 |
| commit | ca512d5d5d8df5cbacfb9e0b1cdc1f45ae89149b (patch) | |
| tree | 38834d5f27c903ae902e897550053b499c26151d /testing/openswan/setup.patch | |
| parent | 51f554c054599d345525bd9d816eb3009fb80cc4 (diff) | |
| parent | 4fb67906a83bf64c28da07340367614cc32d0245 (diff) | |
| download | aports-ca512d5d5d8df5cbacfb9e0b1cdc1f45ae89149b.tar.bz2 aports-ca512d5d5d8df5cbacfb9e0b1cdc1f45ae89149b.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/openswan/setup.patch')
| -rw-r--r-- | testing/openswan/setup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/openswan/setup.patch b/testing/openswan/setup.patch new file mode 100644 index 000000000..86ff6d80a --- /dev/null +++ b/testing/openswan/setup.patch @@ -0,0 +1,12 @@ +--- openswan-2.6.35-orig/programs/setup/Makefile ++++ openswan-2.6.35/programs/setup/Makefile +@@ -36,8 +36,7 @@ + # check the directories we need exist (ie., make install DESTDIR=/tmp/IPsec) + @mkdir -p $(RCDIR) $(BINDIR) + # install and link everything +- @$(INSTALL) $(INSTBINFLAGS) setup $(RCDIR)/ipsec +- @ln -s $(FINALRCDIR)/ipsec $(BINDIR)/setup ++ @$(INSTALL) $(INSTBINFLAGS) setup $(BINDIR)/setup + + install_file_list:: + @echo $(RCDIR)/ipsec |
