summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 00:40:08 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-22 00:40:08 (EST)
commit6f58506752e09351d006699bd07d650e09fd4b60 (patch)
tree27f3e4e06d428afa7722123733a71dea80cfd706 /src
parenta90ff196927570003b172f99da7af55fc1e916e7 (diff)
libopkbuild: Change output file extension to .sho
Diffstat (limited to 'src')
-rw-r--r--src/ob-applypatches.sh2
-rw-r--r--src/ob-buildenv.sh2
-rw-r--r--src/ob-buildopk.sh2
-rw-r--r--src/ob-checkbuilddeps.sh2
-rw-r--r--src/ob-genchanges.sh2
-rw-r--r--src/ob-gencontrol.sh2
-rw-r--r--src/ob-installdocs.sh2
-rw-r--r--src/ob-installplatconf.sh2
-rw-r--r--src/ob-unpacksource.sh2
-rw-r--r--src/opkbuild.sh2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index f3f0779..1504604 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index ffe723a..669a960 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
index 5190786..2db00ee 100644
--- a/src/ob-buildopk.sh
+++ b/src/ob-buildopk.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index 678c41b..15a4585 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh
index 2097204..988f958 100644
--- a/src/ob-genchanges.sh
+++ b/src/ob-genchanges.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh
index b0180e2..71a53db 100644
--- a/src/ob-gencontrol.sh
+++ b/src/ob-gencontrol.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index 25eafde..2cf27af 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index 04405b2..b1c01f6 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index 0324a4e..7aedc2b 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index dfee628..52b2488 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -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'
+. '@@PKGLIBDIR@@/load.sho'
ob_use locale
ob_use output