diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:40:11 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:40:11 (EST) |
commit | 20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 (patch) | |
tree | bf0f90695808884889e69b83ae898da21a55eccb /src | |
parent | b732112c8e1b99ade1c89fa51ec1683fae05b21c (diff) | |
parent | 20223fd13a6fadc7ea5a6519bb72a1e395b43223 (diff) |
Merge branch 'feature/autoconf-and-automake'.
Diffstat (limited to 'src')
-rw-r--r-- | src/local.mk | 2 | ||||
-rw-r--r-- | src/oh-architecture.sh | 4 | ||||
-rw-r--r-- | src/oh-autobuild.sh | 4 | ||||
-rw-r--r-- | src/oh-autoclean.sh | 4 | ||||
-rw-r--r-- | src/oh-autoconfigure.sh | 4 | ||||
-rw-r--r-- | src/oh-autoinstall.sh | 4 | ||||
-rw-r--r-- | src/oh-autotest.sh | 4 | ||||
-rw-r--r-- | src/oh-fixperms.sh | 4 | ||||
-rw-r--r-- | src/oh-installfiles.sh | 4 | ||||
-rw-r--r-- | src/oh-strip.sh | 4 |
10 files changed, 19 insertions, 19 deletions
diff --git a/src/local.mk b/src/local.mk index 84c8f4d..970704f 100644 --- a/src/local.mk +++ b/src/local.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -bin_srcs = \ +bin_sources = \ src/oh-installfiles.sh \ src/oh-strip.sh \ src/oh-fixperms.sh \ diff --git a/src/oh-architecture.sh b/src/oh-architecture.sh index 003b625..9f5593f 100644 --- a/src/oh-architecture.sh +++ b/src/oh-architecture.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-architecture @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh index cc365bc..d647afe 100644 --- a/src/oh-autobuild.sh +++ b/src/oh-autobuild.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-autobuild @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-autoclean.sh b/src/oh-autoclean.sh index b57b6f1..ad935f0 100644 --- a/src/oh-autoclean.sh +++ b/src/oh-autoclean.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-autoclean @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index af18b87..af24f3b 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-autoconfigure @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-autoinstall.sh b/src/oh-autoinstall.sh index 6dbb532..25c1c44 100644 --- a/src/oh-autoinstall.sh +++ b/src/oh-autoinstall.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-autoinstall @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-autotest.sh b/src/oh-autotest.sh index f11414d..2061ece 100644 --- a/src/oh-autotest.sh +++ b/src/oh-autotest.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-autotest @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' oh_use buildsystem diff --git a/src/oh-fixperms.sh b/src/oh-fixperms.sh index 71dda4d..b5657a5 100644 --- a/src/oh-fixperms.sh +++ b/src/oh-fixperms.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-fixperms @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' main() { diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh index 5b9926f..4505ac5 100644 --- a/src/oh-installfiles.sh +++ b/src/oh-installfiles.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-installfiles @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' CR=' ' diff --git a/src/oh-strip.sh b/src/oh-strip.sh index 4217099..9dbd5f4 100644 --- a/src/oh-strip.sh +++ b/src/oh-strip.sh @@ -1,4 +1,4 @@ -#!@@SH@@ +#!@SH@ # # opkhelper # src/oh-strip @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@PKGLIBDIR@@/load.sm' +. '@pkgdatadir@/load.sm' CR=' ' |