~ubuntu-branches/ubuntu/trusty/backupninja/trusty

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2012-04-03 10:44:51 UTC
  • Revision ID: package-import@ubuntu.com-20120403104451-dkvp4t6vvzw1mu9l
Tags: 0.9.10-1ubuntu1
pkglibdir-FTBFS-fix.diff: Backport fix for pkglibdir not
being a legitimate directory for 'SCRIPTS' 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pkglib_SCRIPTS = easydialog parseini tools vserver
 
1
my_execbindir = $(pkglibdir)
 
2
my_execbin_SCRIPTS = easydialog parseini tools vserver
2
3
 
3
 
CLEANFILES = $(pkglib_SCRIPTS)
 
4
CLEANFILES = $(my_execbin_SCRIPTS)
4
5
 
5
6
EXTRA_DIST = easydialog.in parseini.in tools.in vserver.in
6
7