mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix handling of CSS files in sync.sh script
This commit is contained in:
committed by
Petr Vobornik
parent
006c4eabd9
commit
b561e85e4a
@@ -296,8 +296,8 @@ pushd $DIR/../../ #freeipa/install
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $CSS ]] ; then
|
if [[ $CSS ]] ; then
|
||||||
SOURCE=ui/css/*
|
SOURCE=ui/*.css
|
||||||
TARGET=$TARGET_BASE/ui/css
|
TARGET=$TARGET_BASE/ui
|
||||||
RECURSIVE=1
|
RECURSIVE=1
|
||||||
EXCEPTIONS="--exclude /Makefile*"
|
EXCEPTIONS="--exclude /Makefile*"
|
||||||
sync-files
|
sync-files
|
||||||
|
|||||||
Reference in New Issue
Block a user