• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Remilia's SlackBuild packages for Slackware Linux


Commit MetaInfo

Revision2128106f47e237f037e81a9eb9c4cb707a4960fd (tree)
Time2023-06-12 13:59:10
AuthorRemilia Scarlet <remilia@post...>
CommiterRemilia Scarlet

Log Message

Don't ship Shards with crystal-lang-bin.

Change Summary

Incremental Difference

diff -r bdbf66a8829c -r 2128106f47e2 crystal-lang-bin/crystal-lang-bin.SlackBuild
--- a/crystal-lang-bin/crystal-lang-bin.SlackBuild Sun Jun 11 19:03:19 2023 -0600
+++ b/crystal-lang-bin/crystal-lang-bin.SlackBuild Sun Jun 11 22:59:10 2023 -0600
@@ -27,7 +27,7 @@
2727 PRGNAM_SHORT=crystal
2828 VERSION=${VERSION:-1.8.2}
2929 SOURCE_BUILD=${SOURCE_BUILD:-1}
30-BUILD=${BUILD:-1}
30+BUILD=${BUILD:-2}
3131 TAG=${TAG:-_SBo}
3232 PKGTYPE=${PKGTYPE:-tgz}
3333
@@ -94,14 +94,15 @@
9494 # Move the man files into the correct location.
9595
9696 mkdir -p $PKG/usr/{bin,man,share,lib64}
97+mkdir -p $PKG/usr/man/man1
9798 cp -v bin/crystal $PKG/usr/bin
98-cp -v bin/shards $PKG/usr/bin
99+#cp -v bin/shards $PKG/usr/bin
99100 cp -Rv lib/crystal $PKG/usr/lib64
100101 cp -Rv share/crystal $PKG/usr/share
101102 cp -Rv share/bash-completion $PKG/usr/share/bash-completion
102103 cp -Rv share/fish $PKG/usr/share/fish
103104 cp -Rv share/zsh $PKG/usr/share/zsh
104-cp -Rv share/man $PKG/usr/man
105+cp -Rv share/man/man1/crystal.1.gz $PKG/usr/man/man1
105106
106107 # Recreate some symlinks we removed earlier.
107108 ln -s ../../bin $PKG/usr/lib64/crystal/bin