summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-02-25 02:56:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-25 02:56:47 +0100
commitb5a5082c65b26282be5e5296a928c2040f1d8e58 (patch)
treede75953b17c52097d356376517e75cbbb5f6fc96 /INSTALL
parentfb579786982b3002e76cd52414e5e87649d613e9 (diff)
downloadtde-style-lipstik-b5a5082c65b26282be5e5296a928c2040f1d8e58.tar.gz
tde-style-lipstik-b5a5082c65b26282be5e5296a928c2040f1d8e58.zip
Fix unintended rename of lipstikconf
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 35c58c1..728c232 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,7 +67,7 @@ out of the box there.
Some people have reported that building fails with errors related to .moc files.
eg:
- lipstitdeconf.cpp:479:27: lipstitdeconf.moc: No such file or directory
+ lipstikconf.cpp:479:27: lipstikconf.moc: No such file or directory
If this happens to you, dont panic.
In the source dir, there are style and style/config subdirs:
@@ -76,7 +76,7 @@ In the source dir, there are style and style/config subdirs:
moc -o lipstik.moc lipstik.h
And then in the style/config subdir do
- moc -o lipstitdeconf.moc lipstitdeconf.h
+ moc -o lipstikconf.moc lipstikconf.h
Then run make again, it should work.