Skip to content

Commit

Permalink
export rawmacros for appimage builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Mar 15, 2017
1 parent f536adb commit 9b6c88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-recipe-appimage
Expand Up @@ -36,6 +36,10 @@ recipe_setup_appimage() {
else
cp -p "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/
fi

rawcfgmacros=.rpmmacros
test "$BUILDTYPE" = debbuild && rawcfgmacros=.debmacros
queryconfig rawmacros --dist "$BUILD_DIST" --archpath "$BUILD_ARCH" --configdir "$CONFIG_DIR" > $BUILD_ROOT/root/$rawcfgmacros
}

recipe_prepare_appimage() {
Expand Down

0 comments on commit 9b6c88c

Please sign in to comment.