summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-05 10:01:42 -0500
committerpommicket <pommicket@gmail.com>2023-03-05 10:01:42 -0500
commit600721070f2970b3386393ca93cb8dc53aedc240 (patch)
tree1ac17bbb4eefd3c21a5dc44d52a1b6859d0aa0aa /Makefile
parent2dd95d477dde9ef1fb00b6caca78b1f234ed9ff9 (diff)
rename styles -> themes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 718760d..62087b1 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ install: release
mkdir -p $(GLOBAL_DATA_DIR) $(LOCAL_DATA_DIR)
chown `logname`:`logname` $(LOCAL_DATA_DIR)
cp -r assets $(GLOBAL_DATA_DIR)
+ cp -r themes $(GLOBAL_DATA_DIR)
install -m 644 ted.cfg $(GLOBAL_DATA_DIR)
install ted $(INSTALL_BIN_DIR)
libpcre2-32.a: pcre2
@@ -53,7 +54,7 @@ ted.deb: release
mkdir -p /tmp/ted/usr/share/applications
cp ted.desktop /tmp/ted/usr/share/applications
cp ted /tmp/ted$(INSTALL_BIN_DIR)/
- cp -r assets ted.cfg /tmp/ted$(GLOBAL_DATA_DIR)/
+ cp -r assets themes ted.cfg /tmp/ted$(GLOBAL_DATA_DIR)/
cp control /tmp/ted/DEBIAN
dpkg-deb --build /tmp/ted
mv /tmp/ted.deb ./