aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-01-31 21:44:35 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-01-31 21:44:35 +0000
commit64398292d3d967cd88f196acde1b70024f9ce1ce (patch)
treec5d32b2d1e25df15c7385f2a17d29fe3ddef178d
parentd9195b0d34ee085e0d64d08deb7ae78f65db1e5f (diff)
downloadtabbed-64398292d3d967cd88f196acde1b70024f9ce1ce.tar.gz
tabbed-64398292d3d967cd88f196acde1b70024f9ce1ce.zip
make applications dir if non-existant
-rw-r--r--Makefile1
-rw-r--r--config.mk3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 022a5e1..0630866 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ install: all
@chmod 644 "${DESTDIR}${MANPREFIX}/man1/tabbed.1"
@sed "s/VERSION/${VERSION}/g" < xembed.1 > "${DESTDIR}${MANPREFIX}/man1/xembed.1"
@chmod 644 "${DESTDIR}${MANPREFIX}/man1/xembed.1"
+ mkdir -p $(DESTDIR)$(PREFIX)/share/applications
cp -f tabbed.desktop $(DESTDIR)$(PREFIX)/share/applications
uninstall:
diff --git a/config.mk b/config.mk
index 28bd80f..a9e97b0 100644
--- a/config.mk
+++ b/config.mk
@@ -34,4 +34,5 @@ LDFLAGS = -Wl,-rpath=$(XftLIB) -s ${LIBS}
#LDFLAGS = ${LIBS}
# compiler and linker
-CC = tcc
+# CC = tcc
+CC = gcc