diff options
Diffstat (limited to 'package/acl/acl.mk')
-rw-r--r-- | package/acl/acl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acl/acl.mk b/package/acl/acl.mk index 6b511c247..93e388ab7 100644 --- a/package/acl/acl.mk +++ b/package/acl/acl.mk @@ -16,7 +16,7 @@ ACL_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL # While the configuration system uses autoconf, the Makefiles are # hand-written and do not use automake. Therefore, we have to hack # around their deficiencies by passing installation paths. -ACL_INSTALL_STAGING_OPT = \ +ACL_INSTALL_STAGING_OPTS = \ prefix=$(STAGING_DIR)/usr \ exec_prefix=$(STAGING_DIR)/usr \ PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \ |