Browse Source

Add note about MKIT_STUB_FILELIST and PREFIX

Alois Mahdal 6 years ago
parent
commit
5ac052e949
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/stub

+ 4
- 0
src/stub View File

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