Преглед изворни кода

Add note about MKIT_STUB_FILELIST and PREFIX

Alois Mahdal пре 6 година
родитељ
комит
5ac052e949
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      src/stub

+ 4
- 0
src/stub Прегледај датотеку

@@ -318,6 +318,10 @@ deploy() {
318 318
             echo "     *  \`MKIT_STUB_FILELIST\` - List of full paths to"
319 319
             echo "        your files after installation."
320 320
             echo ""
321
+            echo "        Note that in case of debian/package.install files,"
322
+            echo "        PREFIX based paths (eg. /usr/bin) in this file should"
323
+            echo "        should be as if PREFIX was /usr."
324
+            echo ""
321 325
             echo "    Refer to these documents for further details:"
322 326
             echo ""
323 327
             echo "        http://rpm-guide.readthedocs.io/"