Fix build scripts

This commit is contained in:
patvdv 2019-03-28 20:51:14 +01:00
parent f4ea98f52c
commit 2f52c2759c
2 changed files with 7 additions and 6 deletions

View File

@ -22,8 +22,9 @@
# BUILDROOT/ # BUILDROOT/
# RPMS/ # RPMS/
# SOURCES/ # SOURCES/
# SOURCES/bin/<hc_scripts> # SOURCES/opt/hc/bin/<hc_scripts>
# SOURCES/lib/*/<hc_plugins> # SOURCES/opt/hc/lib/*/<hc_plugins>
# SOURCES/etc/opt/hc/<hc_configs>
# SPECS/<spec_files> # SPECS/<spec_files>
# SRPMS/ # SRPMS/
# #

View File

@ -21,10 +21,10 @@
# BUILD/ # BUILD/
# BUILDROOT/ # BUILDROOT/
# RPMS/ # RPMS/
# opt/ # SOURCES/opt/
# opt/hc/bin/<hc_scripts> # SOURCES/opt/hc/bin/<hc_scripts>
# opt/hc/lib/*/<hc_plugins> # SOURCES/opt/hc/lib/*/<hc_plugins>
# etc/opt/hc/<hc_configs> # SOURCES/etc/opt/hc/<hc_configs>
# SPECS/<spec_files> # SPECS/<spec_files>
# SRPMS/ # SRPMS/
# #