diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/Makefile.am | 2 | ||||
-rw-r--r-- | src/sh/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am index 9228238..8f5a5a2 100644 --- a/src/commands/Makefile.am +++ b/src/commands/Makefile.am @@ -1,4 +1,4 @@ -privexecdir = $(libexecdir)/$(PACKAGE) +privexecdir = $(libexecdir)/$(PACKAGE_NAME) privexec_PROGRAMS = rpm2cpio AM_CPPFLAGS = $(DISABLE_DEPRECATED) $(FR_CFLAGS) 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) |