~ubuntu-branches/ubuntu/karmic/ltspfs/karmic

« back to all changes in this revision

Viewing changes to lbmount-0.1/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Balneaves
  • Date: 2006-09-18 13:01:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060918130106-ns6gmg2kl0oic3h6
Tags: 0.4.3-0ubuntu1
* Fixed variable check for static-devices in add_fstab_entry
* Bumped to 0.4.3
* UVF exception granted by mdz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bin_PROGRAMS = lbmount
2
 
 
3
 
lbmount_SOURCES = lbmount.c
4
 
 
5
 
INSTALL_DIR = $(DESTDIR)/$(prefix)/bin
6
 
INSTALL_SRC = $(top_builddir)/src
7
 
 
8
 
install-data-hook:
9
 
        test -z $(INSTALL_DIR) || mkdir -p -- $(INSTALL_DIR)
10
 
        $(INSTALL_DATA) -o root -g root -m 4755 -D $(INSTALL_SRC)/lbmount $(INSTALL_DIR)/lbmount
11
 
 
12
 
uninstall-hook:
13
 
        rm -f $(INSTALL_DIR)/lbmount