mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 00:53:49 +01:00
Move the action files to their own directory
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7ce0cc3e2e
commit
c9f45277b8
@ -1054,6 +1054,8 @@ fi
|
|||||||
#
|
#
|
||||||
# Install the Action files
|
# Install the Action files
|
||||||
#
|
#
|
||||||
|
cd Actions
|
||||||
|
|
||||||
for f in action.* ; do
|
for f in action.* ; do
|
||||||
case $f in
|
case $f in
|
||||||
*.deprecated)
|
*.deprecated)
|
||||||
@ -1066,8 +1068,10 @@ for f in action.* ; do
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
#
|
||||||
cd Macros
|
# Now the Macros
|
||||||
|
#
|
||||||
|
cd ../Macros
|
||||||
|
|
||||||
for f in macro.* ; do
|
for f in macro.* ; do
|
||||||
case $f in
|
case $f in
|
||||||
|
Loading…
Reference in New Issue
Block a user