mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
changed spaces to tabs in Makefile.am (make will ignore
the section if its spaces)
This commit is contained in:
parent
95ea71bfd1
commit
8932a62c3a
@ -20,6 +20,7 @@ version 0.9.5 -- unreleased
|
||||
(Closes: #396578)
|
||||
fixed automake 'make install' bug that failed if /etc/backup.d already
|
||||
existed
|
||||
changed spaces to tabs in Makefile.am
|
||||
|
||||
version 0.9.4 -- October 6th, 2006
|
||||
backupninja changes
|
||||
|
@ -8,7 +8,7 @@ SUBDIRS = etc examples handlers lib man src
|
||||
|
||||
local_rpm_topdir=`cd $(top_srcdir) && pwd`/rpm
|
||||
rpm-package: dist
|
||||
if test x$(HAVE_RPM) = xyes ; then \
|
||||
if test x$(HAVE_RPM) = xyes ; then \
|
||||
mkdir -p $(local_rpm_topdir) ; \
|
||||
cd $(local_rpm_topdir) ; \
|
||||
mkdir -p BUILD RPMS SOURCES SPECS ; \
|
||||
@ -25,7 +25,7 @@ rpm-package: dist
|
||||
fi
|
||||
|
||||
srpm-package: dist
|
||||
if test x$(HAVE_RPM) = xyes ; then \
|
||||
if test x$(HAVE_RPM) = xyes ; then \
|
||||
mkdir -p $(local_rpm_topdir) ; \
|
||||
cd $(local_rpm_topdir) ; \
|
||||
mkdir -p BUILD SRPMS SOURCES SPECS ; \
|
||||
|
Loading…
Reference in New Issue
Block a user