summaryrefslogtreecommitdiffstats
path: root/slock/PKGBUILD
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:35:04 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:35:04 +0100
commit4813d706f0337706f225304f41e8d790564ba085 (patch)
tree31969615faa908183f81cfc9fdd6f186500f566b /slock/PKGBUILD
parentdc89c13d125d8a66765297d02fe41f87f311a350 (diff)
downloadpackages-4813d706f0337706f225304f41e8d790564ba085.tar.zst
suckless: do not manually rename config.def.h
There is a rule for this in the Makefile.
Diffstat (limited to 'slock/PKGBUILD')
-rw-r--r--slock/PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/slock/PKGBUILD b/slock/PKGBUILD
index ae29452..7260e69 100644
--- a/slock/PKGBUILD
+++ b/slock/PKGBUILD
@@ -28,7 +28,6 @@ prepare() {
echo "CPPFLAGS+=${CPPFLAGS}" >> config.mk
echo "CFLAGS+=${CFLAGS}" >> config.mk
echo "LDFLAGS+=${LDFLAGS}" >> config.mk
- mv config.def.h config.h
}
build() {