* development/lyx.spec.in: Don't run configure in postinst

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13847 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-05-13 13:11:39 +00:00
parent c743b9e246
commit cac69ac76b

View File

@ -73,18 +73,6 @@ rm -rf ${RPM_BUILD_ROOT}
# Make TeX understand where LyX-specific packages are
texhash
# Before configuring lyx for the local system
# PATH needs to be imported
if [ -f /etc/profile ]; then
. /etc/profile
fi
#
# Now configure LyX
#
echo "Configuring LyX for your system..."
cd %{_datadir}/%{name}
./configure --srcdir
%postun
# Fix the TeX file hash
#