1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added script for suckless desktop builds

This commit is contained in:
Ryan Kes 2019-03-22 19:53:54 +01:00
parent 170dcc9e88
commit 3c596a3b78

View File

@ -0,0 +1,16 @@
#!/bin/sh
#Backup original
cp config.h config.h.bak
cp config_desktop.h config.h
# Build
rm -rf src
updpkgsums
makepkg -sif
# Restore original
mv config.h.bak config.h
# Restore original checksums
updpkgsums