mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-15 22:40:32 +00:00
Upgraded xbitmaps from 1.1.2 to 1.1.3
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# xBitmaps
|
||||
# Source: https://www.x.org/pub/individual/data/xbitmaps-1.1.2.tar.bz2
|
||||
# Source: https://www.x.org/pub/individual/data/xbitmaps-1.1.3.tar.xz
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -44,5 +44,5 @@ xbitmaps:
|
||||
xbitmaps:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/xbitmaps-1.1.2-$(uname -m)-mlfs.txz &&
|
||||
sudo -S makepkg -l y -c n $PKGS/xbitmaps-1.1.3-$PSUFFIX &&
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user