RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  a...@rpm5.org
  Module: lua                              Date:   01-Oct-2010 09:56:51
  Branch: rpm-5_3                          Handle: 2010100107565100

  Modified files:           (Branch: rpm-5_3)
    lua                     Makefile.am

  Log:
    lua: use DESTDIR, don't hardlink across devices

  Summary:
    Revision    Changes     Path
    1.40.2.2    +6  -6      lua/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: lua/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.40.2.1 -r1.40.2.2 Makefile.am
  --- lua/Makefile.am   30 Apr 2010 18:14:29 -0000      1.40.2.1
  +++ lua/Makefile.am   1 Oct 2010 07:56:51 -0000       1.40.2.2
  @@ -316,9 +316,9 @@
   # XXX Build & install as rpmlua/rpmluac with hardlinks to lua/luac post 
install.
   # XXX CVS has lua/luac sub-directories in the Attic that collide with the
   # XXX lua/luac executable names when using cvs update.
  -install-exec-hook:   rpmlua rpmluac
  -     mkdir -p $(pkgbindir)
  -     $(__RM) -f $(pkgbindir)/lua
  -     $(__LN) rpmlua $(pkgbindir)/lua
  -     $(__RM) -f $(pkgbindir)/luac
  -     $(__LN) rpmluac $(pkgbindir)/luac
  +install-exec-hook:   install-pkgbinPROGRAMS
  +     mkdir -p $(DESTDIR)$(pkgbindir)
  +     $(__RM) -f $(DESTDIR)$(pkgbindir)/lua
  +     $(__LN) $(DESTDIR)$(pkgbindir)/rpmlua $(DESTDIR)$(pkgbindir)/lua
  +     $(__RM) -f $(DESTDIR)$(pkgbindir)/luac
  +     $(__LN) $(DESTDIR)$(pkgbindir)/rpmluac $(DESTDIR)$(pkgbindir)/luac
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to