diff options
Diffstat (limited to 'package/opensips/Makefile')
-rw-r--r-- | package/opensips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opensips/Makefile b/package/opensips/Makefile index e83add75f..2d479ab70 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -107,8 +107,8 @@ do-build: OS="linux" \ ARCH="$(ARCH)" \ CFLAGS="$(TARGET_CFLAGS) -fPIC" \ - LOCALBASE="$(STAGING_DIR)/usr" \ - SYSBASE="$(STAGING_DIR)/usr" \ + LOCALBASE="$(STAGING_TARGET_DIR)/usr" \ + SYSBASE="$(STAGING_TARGET_DIR)/usr" \ all modules do-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} |