Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
robaerd committed Sep 23, 2021
1 parent 1b31d39 commit 49ef23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packaging/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ CMAKE_ARGS_BASE="-DTARGET_PLUGIN_FOLDER='elektra5' \
-DTARGET_TEST_DATA_FOLDER=share/libelektra-test/test-data \
-DCPACK_PACKAGE_RELEASE=$PACKAGE_REVISION"

# last disjunct matches all distribution names starting with openSUSE or CentOS
if [ "$DIST_NAME" = "Fedora" ] || case $DIST_NAME in "openSUSE"*) true;; "CentOS"*) true;; *) false;; esac; then
# last disjunct matches all distribution names starting with openSUSE or CentOS
if [ "$DIST_NAME" = "Fedora" ] || case $DIST_NAME in "openSUSE"*) true ;; "CentOS"*) true ;; *) false ;; esac then

CMAKE_ARGS_SPECIFIC="-DTARGET_LUA_CMOD_FOLDER=lib$LUA_LIB_SUFFIX/lua/$LUA_VERSION \
-DTARGET_LUA_LMOD_FOLDER=share/lua/$LUA_VERSION \
Expand Down

0 comments on commit 49ef23b

Please sign in to comment.