Selaa lähdekoodia

Add note about Fedora RPM macros in %files section

Alois Mahdal 7 vuotta sitten
vanhempi
commit
7cf6d366a7
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      src/stub

+ 5
- 0
src/stub Näytä tiedosto

@@ -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/"