]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
close; multimarkdown not enabled by default
[ikiwiki.git] / doc / bugs / internal_error:_smileys.mdwn_cannot_be_found.mdwn
index 6fc853d437e58adcbd11e3ba30b4bcb6e47b5f2c..9b2be8290cacb52b1cd8b1b3ccde261cfe982c3f 100644 (file)
@@ -23,5 +23,19 @@ don't exist in the last package:
 
     $ dpkg -L ikiwiki |grep smileys.mdwn
 
---Pawel
+--[[Paweł|ptecza]]
 
+This seems to be a bug in your 1.43gpal version, whatever that is.. In the package I built, I see:
+
+    joey@kodama:~>dpkg -L ikiwiki | grep smileys.mdwn
+    /usr/share/ikiwiki/basewiki/smileys.mdwn
+    joey@kodama:~>ls -l /usr/share/ikiwiki/basewiki/smileys.mdwn
+    -rw-r--r-- 1 root root 1643 Feb 13 18:03 /usr/share/ikiwiki/basewiki/smileys.mdwn
+
+--[[Joey]]
+
+> You're right. My backport was builded without all symlinks, because I store
+> all rebuilded sources in CVS repo, but it seems that CVS doesn't support symlinks.
+> Grrr... I need to switch to another repo now. --[[PaweÅ‚|ptecza]]
+
+>> Ok, [[bugs/done]] then --[[Joey]]