Kaydet (Commit) 5003ab57 authored tarafından Peter Foley's avatar Peter Foley

fix deb packaging

Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b
üst 881f94b5
...@@ -6936,6 +6936,7 @@ if test "$enable_epm" = "yes"; then ...@@ -6936,6 +6936,7 @@ if test "$enable_epm" = "yes"; then
elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then elif "$RPM" --help 2>&1 | $EGREP buildroot >/dev/null; then
RPM_PATH=`which $RPM` RPM_PATH=`which $RPM`
AC_MSG_RESULT([$RPM_PATH]) AC_MSG_RESULT([$RPM_PATH])
SCPDEFS="$SCPDEFS -DWITH_RPM"
else else
AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.]) AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.])
fi fi
......
...@@ -53,7 +53,7 @@ ScpAction scp_Copy_Readme_Txt ...@@ -53,7 +53,7 @@ ScpAction scp_Copy_Readme_Txt
End End
#endif #endif
#if !defined(WNT) && !defined(MACOSX) #if !defined(WNT) && !defined(MACOSX) && defined(WITH_RPM)
ScpAction scp_Copy_Install ScpAction scp_Copy_Install
Copy = "userscripts/install"; Copy = "userscripts/install";
Name = "install"; Name = "install";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment