From 9e5599ba0b6a8b9b6b82d001232220a46a66488d Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 1 Feb 2014 18:19:46 +0100 Subject: Fix file destination directories --- src/sh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sh/Makefile.am') diff --git a/src/sh/Makefile.am b/src/sh/Makefile.am index 25f0f89..97c0137 100644 --- a/src/sh/Makefile.am +++ b/src/sh/Makefile.am @@ -1,4 +1,4 @@ -shdir = $(libexecdir)/$(PACKAGE) +shdir = $(libexecdir)/$(PACKAGE_NAME) sh_DATA = isoinfo.sh EXTRA_DIST = $(sh_DATA) -- cgit v1.2.1