diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-applypatches.sh | 2 | ||||
-rw-r--r-- | src/ob-buildenv.sh | 2 | ||||
-rw-r--r-- | src/ob-buildopk.sh | 2 | ||||
-rw-r--r-- | src/ob-checkbuilddeps.sh | 2 | ||||
-rw-r--r-- | src/ob-genchanges.sh | 2 | ||||
-rw-r--r-- | src/ob-gencontrol.sh | 2 | ||||
-rw-r--r-- | src/ob-installdocs.sh | 2 | ||||
-rw-r--r-- | src/ob-installplatconf.sh | 2 | ||||
-rw-r--r-- | src/ob-unpacksource.sh | 2 | ||||
-rw-r--r-- | src/opkbuild.sh | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh index 1504604..dfba5b6 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh index 669a960..550dc83 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh index 2db00ee..9d00c7c 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index 15a4585..f0737da 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh index 988f958..92d8c43 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh index 71a53db..8d01d3f 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh index 2cf27af..b5dd882 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index b1c01f6..a4d71ec 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index 7aedc2b..c8c9df2 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 52b2488..57560b7 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.sho' +. '@@LIBDATADIR@@/libopkbuild.shso.1' ob_use locale ob_use output |