diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2005-01-21 02:14:11 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-01-21 02:14:11 +0000 |
commit | 20dbdc88935f060bdc88666731e6eab66db16fba (patch) | |
tree | 34b9d2d8c9ec7aa8ed5013268b8e2857c0c48566 | |
parent | 12c8976eae734d53ace10fc821d4755514782275 (diff) | |
download | ds-20dbdc88935f060bdc88666731e6eab66db16fba.tar.gz ds-20dbdc88935f060bdc88666731e6eab66db16fba.tar.xz ds-20dbdc88935f060bdc88666731e6eab66db16fba.zip |
fixed packaging -- the path to reltools was incorrect
-rw-r--r-- | ldap/cm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 057569a0..35e21650 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -56,7 +56,7 @@ TMP_CM_PWD := $(shell pwd) LDAP_CM_ABS_PATH := $(TMP_CM_PWD:/tmp_mnt/%=/%) # AIX prefixes /tmp_mnt to path. ifneq ($(ARCH), WINNT) -RELTOOLS=$(MCOM_ROOT)/../reltools/ftpname_new.pl +RELTOOLS=$(MCOM_ROOT)/reltools/ftpname_new.pl SUF=-suf .tar SUFEXE=-suf .tar.gz BACKGROUND=& |