diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-09 14:15:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-09 14:18:31 (EDT) |
commit | 19b65e13fa6a38be577ecd9d5d604772d77d2748 (patch) | |
tree | aef6b51300d275f1b22169d83773370387736735 /src/oh-autoconfigure.sh | |
parent | 763a15f4cbd11d4be4eb52da62533cb72d691a12 (diff) |
s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources.
Diffstat (limited to 'src/oh-autoconfigure.sh')
-rw-r--r-- | src/oh-autoconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index d363278..3e37228 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.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/>. -. '@@LIBOPKHELPER@@/load.sm' +. '@@PKGLIBDIR@@/load.sm' oh_use buildsystem |