]> git.pld-linux.org Git - packages/ant.git/commitdiff
- create %ghost symlink in %post
authorpawelz <pawelz@pld-linux.org>
Wed, 22 Oct 2008 22:08:01 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- now I do understand how to package %ghosted file

Changed files:
    ant.spec -> 1.95

ant.spec

index e348543eefccd3ddd9e6406e69b992237a814edd..1535544401c750513dcdb2d544f58aa0cef926dd 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -689,6 +689,9 @@ cd ..
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post javadoc
+ln -nfs %{name}-%{version} %{_javadocdir}/%{name}
+
 %files
 %defattr(644,root,root,755)
 %doc KEYS LICENSE* README WHATSNEW
This page took 0.032335 seconds and 4 git commands to generate.