diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2012-12-16 17:43:45 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:31 -0500 |
commit | 28b3940fb5e24b42d429bff0374843aef7f5fc0e (patch) | |
tree | 8acd86209d5cb46e4cf632289abfa8edc0d85ec3 /system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild | |
parent | 29d7ee8bb3b2262b00b6c79cd267281f53ae306e (diff) | |
download | slackbuilds-28b3940fb5e24b42d429bff0374843aef7f5fc0e.tar.gz |
system/adobe-source-code-pro-font: Only install OTF fonts.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild')
-rw-r--r-- | system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild index d29b8138bb..63d453b972 100644 --- a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild +++ b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild @@ -22,11 +22,13 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Currently maintained by Dugan Chen PRGNAM=adobe-source-code-pro-font VERSION=${VERSION:-1.010} SRC=SourceCodePro_FontsOnly-${VERSION} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=noarch @@ -49,8 +51,6 @@ chmod -R u+w,go+r-w,a-s . mkdir -p $PKG/usr/share/fonts/OTF/ cp OTF/*.otf $PKG/usr/share/fonts/OTF/ -mkdir -p $PKG/usr/share/fonts/TTF/ -cp TTF/*.ttf $PKG/usr/share/fonts/TTF/ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE.txt ReadMe.html SourceCodeProReadMe.html $PKG/usr/doc/$PRGNAM-$VERSION |