← recipes

Commit 21ead0e

0
plików
+0
dodanych
-0
usuniętych
@@ -24,12 +24,10 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
24 24 drwxr-xr-x\troot/root\tusr/share/icons/hicolor/64x64/\ndrwxr-xr-x\troot/root\tusr/share/icons/hicolor/64x64/apps/\n-rw-r--r--\t\
25 25 root/root\tusr/share/icons/hicolor/64x64/apps/cool-retro-term.png\n"
26 26 build: |
27 - cd ${pkgname}-${pkgver}
28 - sed -i '/qmltermwidget/d' cool-retro-term.pro
29 -
30 - qmake
31 - make
32 -
33 - make INSTALL_ROOT=${PKGDIR} install
27 + cd ${pkgname}
28 + sed -i '/qmltermwidget/d' cool-retro-term.pro
29 + qmake
30 + make
31 + make INSTALL_ROOT=${PKGDIR} install
34 32 package: |
35 33 true