diff options
author | infirit <[email protected]> | 2014-02-01 18:19:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-01 18:19:46 +0100 |
commit | 9e5599ba0b6a8b9b6b82d001232220a46a66488d (patch) | |
tree | 31117a4b0ed1d60e53c3b8a6ab85f1afecb3d6c4 /src/commands/Makefile.am | |
parent | 60474a655f4fcb09dc6cb9945dba4f30171544f1 (diff) | |
download | engrampa-9e5599ba0b6a8b9b6b82d001232220a46a66488d.tar.bz2 engrampa-9e5599ba0b6a8b9b6b82d001232220a46a66488d.tar.xz |
Fix file destination directories
Diffstat (limited to 'src/commands/Makefile.am')
-rw-r--r-- | src/commands/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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) |