# HG changeset patch # User Christopher Rogers # Date 1304719405 0 # Node ID f305820cb04d9b53125f56306be43e1d06849db4 # Parent faad1224c24ecbbb9d5bbab79cded5c30d49ccaf startup-notification: clean up. diff -r faad1224c24e -r f305820cb04d startup-notification/receipt --- a/startup-notification/receipt Fri May 06 22:02:53 2011 +0000 +++ b/startup-notification/receipt Fri May 06 22:03:25 2011 +0000 @@ -15,9 +15,9 @@ compile_rules() { cd $src - ./configure -C --prefix=/usr $CONFIGURE_ARGS && + ./configure -C --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.