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:
parent
006c4eabd9
commit
b561e85e4a
@ -296,8 +296,8 @@ pushd $DIR/../../ #freeipa/install
|
||||
fi
|
||||
|
||||
if [[ $CSS ]] ; then
|
||||
SOURCE=ui/css/*
|
||||
TARGET=$TARGET_BASE/ui/css
|
||||
SOURCE=ui/*.css
|
||||
TARGET=$TARGET_BASE/ui
|
||||
RECURSIVE=1
|
||||
EXCEPTIONS="--exclude /Makefile*"
|
||||
sync-files
|
||||
|
Loading…
Reference in New Issue
Block a user