1
0
Richard Brown 2024-04-19 12:23:19 +00:00 committed by Git OBS Bridge
parent be930f875e
commit 3bc8329ee7

View File

@ -227,12 +227,13 @@ for i in *; do
done done
___CREATE_PRODUCT_FILES___ ___CREATE_PRODUCT_FILES___
%post
# Aeon is a base product, link it properly # Aeon is a base product, link it properly
if [ ! -e %{_sysconfdir}/products.d/baseproduct ]; then if [ ! -e %{_sysconfdir}/products.d/baseproduct ]; then
ln -sf Aeon.prod %{_sysconfdir}/products.d/baseproduct ln -sf Aeon.prod %{_sysconfdir}/products.d/baseproduct
fi fi
%post
%files %files
%defattr(644,root,root,755) %defattr(644,root,root,755)