diff options
-rw-r--r-- | package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk index 5dc0ce965..588771e98 100644 --- a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk +++ b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk @@ -21,8 +21,8 @@ $(XDATA_XCURSOR_THEMES_DIR)/.patched: $(XDATA_XCURSOR_THEMES_DIR)/.extracted $(XDATA_XCURSOR_THEMES_DIR)/.configured: $(XDATA_XCURSOR_THEMES_DIR)/.patched (cd $(XDATA_XCURSOR_THEMES_DIR) && \ - aclocal -I. -I$(STAGING_DIR)/usr/share/aclocal --install && \ - autoconf -I$(STAGING_DIR)/usr/share/aclocal && \ + aclocal -I . -I $(STAGING_DIR)/usr/share/aclocal --install && \ + autoconf -I $(STAGING_DIR)/usr/share/aclocal && \ automake -ac && \ rm -rf config.cache && \ $(TARGET_CONFIGURE_OPTS) \ |