Browse Source

Use simple install list file

PACKAGE.install is only necessary in case of source packages that build
more than one binary packages.
Alois Mahdal 6 years ago
parent
commit
a6367b2f81
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/stub

+ 5
- 5
src/stub View File

@@ -216,7 +216,7 @@ deploy() {
216 216
             echo '3.0 (quilt)'
217 217
             ;;
218 218
 
219
-        packaging/debian/*.install)
219
+        packaging/debian/install)
220 220
             echo MKIT_STUB_FILELIST
221 221
             ;;
222 222
 
@@ -326,9 +326,9 @@ deploy() {
326 326
             echo "     *  \`MKIT_STUB_FILELIST\` - List of full paths to"
327 327
             echo "        your files after installation."
328 328
             echo ""
329
-            echo "        Note that in case of debian/package.install files,"
330
-            echo "        PREFIX based paths (eg. /usr/bin) in this file should"
331
-            echo "        be as if PREFIX was /usr."
329
+            echo "        Note that in case of debian/install files, PREFIX"
330
+            echo "        based paths (eg. /usr/bin) in this file should be as"
331
+            echo "        if PREFIX was /usr."
332 332
             echo ""
333 333
             echo "        In case of Fedora-based distro, you should make use"
334 334
             echo "        of RPM macros:"
@@ -559,9 +559,9 @@ deploy_packaging() {
559 559
     deploy packaging/debian/control
560 560
     deploy packaging/debian/changelog
561 561
     deploy packaging/debian/compat
562
+    deploy packaging/debian/install
562 563
     deploy packaging/debian/rules
563 564
     deploy packaging/debian/source/format
564
-    deploy packaging/debian/"$PackageName".install
565 565
 }
566 566
 
567 567
 init_from_existing() {