diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
commit | e644fc98d1e9cd72e75ec40ab5fb779dac71f6d1 (patch) | |
tree | 40214e2fc3605c54644e3f11f419deda6b387377 /src/oh-autoinstall.sh | |
parent | d069cf9ec8ba9cbe312546c12aee44ef391fa8f4 (diff) |
Use new build system macros in source files.
Diffstat (limited to 'src/oh-autoinstall.sh')
-rw-r--r-- | src/oh-autoinstall.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |