[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

playground/sysadmin/adept



SVN commit 548011 by mornfall:

Fix the tarball -- it should be adept-2.1/adept, not adept-2.1/ept.


 _M            . (directory)  
 M  +1 -1      deb-build  
 M  +1 -1      debian/rules  


--- trunk/playground/sysadmin/adept/deb-build #548010:548011
@@ -9,7 +9,7 @@
 mkdir -p $tgt
 
 cp -a $dir/debian $tgt/
-cp -a $dir $tgt/ept
+cp -a $dir $tgt/adept
 cp -a admin $tgt/
 cp configure.in.in Makefile.am.in $tgt/
 (cd $tgt && libtoolize --force)
--- trunk/playground/sysadmin/adept/debian/rules #548010:548011
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/kde.mk
 
 DEB_MAKE_CHECK_TARGET := check
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-ept
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept
 
 # Store build information
 common-binary-post-install-arch common-binary-post-install-indep::



Reply to: