aboutsummaryrefslogtreecommitdiffstats
path: root/omf-install
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-09-04 23:10:38 +0800
committerPeter Williams <peterw@src.gnome.org>2001-09-04 23:10:38 +0800
commit25001583d25c1755438da7354740c965b93f9ada (patch)
treeae64f0ec81a20e36700938bfe122ab4305a311cc /omf-install
parentca72422494e5ed030c795061ab199d932d93cc83 (diff)
downloadgsoc2013-evolution-25001583d25c1755438da7354740c965b93f9ada.tar.gz
gsoc2013-evolution-25001583d25c1755438da7354740c965b93f9ada.tar.zst
gsoc2013-evolution-25001583d25c1755438da7354740c965b93f9ada.zip
Don't put $(srcdir) in the file path twice.
2001-09-04 Peter Williams <peterw@ximian.com> * omf-install/Makefile.am (install-data-local): Don't put $(srcdir) in the file path twice. svn path=/trunk/; revision=12577
Diffstat (limited to 'omf-install')
-rw-r--r--omf-install/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/omf-install/Makefile.am b/omf-install/Makefile.am
index dbd8e62240..31617e3c3e 100644
--- a/omf-install/Makefile.am
+++ b/omf-install/Makefile.am
@@ -4,7 +4,7 @@ scrollkeeper_localstate_dir = $(SCROLLKEEPER_LOCALSTATE_DIR)
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
-for file in $(srcdir)/*.omf; do \
- $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \
done
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)
ons'>+4 * support STAGEDIR.vanilla2013-11-042-3/+2 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 0.17021sunpoet2013-08-282-3/+3 * - Convert to new perl frameworkmat2013-08-031-2/+2 * Update to 0.17020.tobez2013-05-062-3/+3 * - Update to 0.17019culot2012-11-282-8/+4 * - Update to 0.17018sunpoet2012-05-093-4/+7 * - Update to 0.17017sunpoet2012-02-122-6/+5 * - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0 * - Update to 0.17016wen2009-12-192-4/+4 * - Turn over a bunch of p5- ports that change infrequently to perl@pgollucci2009-12-141-1/+1 * - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-9/+3 * - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2 * Update to 0.17015pgollucci2008-08-012-4/+4 * Update my ports to my freebsd addresspgollucci2008-07-231-1/+1 * - Update to 0.17014leeym2008-06-292-5/+11 * - Update to 0.17012.lippe2008-03-112-14/+5 * - Makefile cleanupmiwi2007-12-151-5/+5 * Update to 0.17009mat2007-08-292-7/+6 * - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-051-4/+0 * - update to 0.17.008leeym2006-12-102-4/+6 * Reset maintainer due to several timeouts.linimon2006-12-081-1/+1 * - Update to 0.17.007clsung2006-11-102-7/+6 * - Upgrade to 0.17.004shaun2006-09-273-4/+7 * - Update to 0.17clsung2006-08-303-15/+15 * - Update to 0.15.009aaron2006-07-013-7/+20 * SHA256ifyedwin2006-01-221-0/+1