File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1987,23 +1987,23 @@ cat > config.report << END
1987
1987
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1988
1988
1989
1989
Package:
1990
- Name: ${PACKAGE_NAME}
1991
- Version: ${PACKAGE_VERSION}
1992
- Extended version: ${EXTENDED_VERSION}
1993
- Version type: ${PACKAGE_VERSION_TYPE}
1994
- OS Family: ${OS_TYPE}
1995
-
1996
- Prefix: ${prefix}
1997
- Hooks directory: ${libdir_real}/kea/hooks
1990
+ Name: ${PACKAGE_NAME}
1991
+ Version: ${PACKAGE_VERSION}
1992
+ Extended version: ${EXTENDED_VERSION}
1993
+ Version type: ${PACKAGE_VERSION_TYPE}
1994
+ OS Family: ${OS_TYPE}
1995
+
1996
+ Prefix: ${prefix}
1997
+ Hooks directory: ${libdir_real}/kea/hooks
1998
1998
END
1999
1999
if test "$PREMIUM" != ""; then
2000
2000
cat >> config.report << END
2001
- Premium hooks: ${PREMIUM}
2002
- Included Hooks: ${INCLUDED_HOOKS}
2001
+ Premium hooks: ${PREMIUM}
2002
+ Included Hooks: ${INCLUDED_HOOKS}
2003
2003
END
2004
2004
else
2005
2005
cat >> config.report << END
2006
- Premium hooks: no
2006
+ Premium hooks: no
2007
2007
END
2008
2008
fi
2009
2009
You can’t perform that action at this time.
0 commit comments