From 6f58506752e09351d006699bd07d650e09fd4b60 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Dec 2018 00:40:08 -0500 Subject: libopkbuild: Change output file extension to .sho --- (limited to 'src') 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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@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 . -. '@@PKGLIBDIR@@/load.sm' +. '@@PKGLIBDIR@@/load.sho' ob_use locale ob_use output -- cgit v0.9.1