Changeset 78


Ignore:
Timestamp:
02/21/06 23:34:32 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-09 12:53:59 by root]
on vire les pushd popd

Original author: root
Date: 2003-06-09 12:53:59

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r77 r78  
    2222 
    2323# compilation et installation des binaires 
    24         pushd src/ 
     24        cd src/ 
    2525        make 
    26         popd 
     26        cd .. 
    2727 
    2828        touch build-stamp 
     
    3636        #-$(MAKE) clean 
    3737        #-$(MAKE) distclean 
    38         pushd src/ 
     38        cd src/ 
    3939        make clean 
    40         popd 
     40        cd .. 
    4141 
    4242        dh_clean 
     
    8888##      chown 33.33 debian/tmp/etc/webalizer -R 
    8989 
    90         pushd debian/tmp/usr/lib/alternc 
     90        cd debian/tmp/usr/lib/alternc 
    9191        chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create 
    9292        chmod a+rx,a-w webalizer/*  
    9393        chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create  
    94         popd 
    95         pushd debian/tmp/usr/share/alternc/1.0/install 
     94        cd ../../../../../ 
     95        cd debian/tmp/usr/share/alternc/1.0/install 
    9696        chmod a+x alternc.install alternc.update initrep.sh ldap.sh mysql.sh newone.php 
    97         popd 
     97        cd ../../../../../../../ 
    9898 
    9999#       dh_install --prefix=install/alternc 
Note: See TracChangeset for help on using the changeset viewer.