|
@@ -322,6 +322,11 @@ deploy() {
|
322
|
322
|
echo " PREFIX based paths (eg. /usr/bin) in this file should"
|
323
|
323
|
echo " should be as if PREFIX was /usr."
|
324
|
324
|
echo ""
|
|
325
|
+ echo " In case of Fedora-based distro, you should make use"
|
|
326
|
+ echo " of RPM macros:"
|
|
327
|
+ echo ""
|
|
328
|
+ echo " https://fedoraproject.org/wiki/Packaging:RPMMacros"
|
|
329
|
+ echo ""
|
325
|
330
|
echo " Refer to these documents for further details:"
|
326
|
331
|
echo ""
|
327
|
332
|
echo " http://rpm-guide.readthedocs.io/"
|