diff options
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 2 | ||||
-rw-r--r-- | src/commands/Makefile.am | 2 | ||||
-rw-r--r-- | src/sh/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am index 479869f..9516683 100644 --- a/data/icons/16x16/actions/Makefile.am +++ b/data/icons/16x16/actions/Makefile.am @@ -1,4 +1,4 @@ -themedir = $(pkgdatadir)/icons/hicolor +themedir = $(datadir)/$(PACKAGE_NAME)/icons/hicolor size = 16x16 context = actions diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am index 0af6b6f..52a9b91 100644 --- a/data/icons/24x24/actions/Makefile.am +++ b/data/icons/24x24/actions/Makefile.am @@ -1,4 +1,4 @@ -themedir = $(pkgdatadir)/icons/hicolor +themedir = $(datadir)/$(PACKAGE_NAME)/icons/hicolor size = 24x24 context = actions 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) |